cURL
curl --request GET \ --url https://prolinks.pro/api/v1/organizations/{organizationId}/domains/{domainsId}/links \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "type": "<string>", "attributes": { "organization": "<string>", "domain": "<string>", "slug": "<string>", "url": "<string>", "description": "<string>", "campaign_source": "<string>", "campaign_medium": "<string>", "campaign_name": "<string>", "is_active": 123, "final_url": "<string>" } } ]
Return all the Links for a given 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
Links response
The Link id
Link
Show child attributes