Get Legal Entity Pathways
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
Add parameter in header Authorization
Example:Authorization: ********************
Request Code Samples
curl --location 'https://api.tahdah.me/api/learningexperiences/legalentities//experiences' \
--header 'Authorization: <api-key>'
Responses
application/json
[
{
"id": 0,
"code": "string",
"name": "string"
}
]
Modified at 2026-06-12 18:01:44