Get profile links Run in API Explorer
Ask AI
GET
/giftCards/channel/{channelLinkId}/providerProfileLinks
curl \
--request GET 'https://api.staging.deliverect.com/giftCards/channel/{{channelLinkId}}/providerProfileLinks' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"giftCardProviderProfileLinks": [
{
"id": "{{giftCardProviderProfileLinkId}}",
"name": "string"
}
]
}