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