cURL
curl --request GET \ --url https://prolinks.pro/api/v1/organizations \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "type": "Organization", "attributes": { "name": "<string>", "slug": "<string>", "email": "<string>" } } ]
Return all the Organizations that the user has access to.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Organizations response
The Organization id
Organization
"Organization"
Show child attributes