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