Skip to main content
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>"
    }
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

ID of the organization

Example:

1

domainId
string
required

ID of the domain

Response

201 - application/json

Links response

id
integer

The Link id

type
string

Link

attributes
object