Get Legal Entity Pathways
Testing
Gets a basic list of all pathways owned by the provided legal entity. To get more detailed information about a pathway use the Get Pathway method
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://api.tahdah.me/api/learningexperiences/legalentities//experiences' \
--header 'Authorization: Bearer <token>'
Responses
application/json [
{
"id": 0,
"code": "string",
"name": "string"
}
]
Modified at 2026-03-11 14:51:22