Show more

Use to navigate results, ENTER to select one, ESC to close

Type in any word to easily find the endpoint, property or group of operations you are looking for.

Deliverect APIs hub
  • Channel API
  • Commerce API
  • Coupons
  • Dispatch API
  • Giftcard API
  • KDS API
  • Loyalty API
  • Restaurant POS API
  • Upsell API
Back to hub page
API Explorer API changelog
Download source
  • JSON OpenAPI specification
  • YAML OpenAPI specification
Giftcard API logo Giftcard API logo dark

Topics

  • Introduction
  • Authentication

Endpoints

  • Authentication
    • Machine 2 Machine Access Token POST
  • Deliverect Endpoints
    • Get profile links GET
    • Apply gift card POST
    • Get balance POST
  • Partner Webhooks
    • Redeem gift cards POST
    • Reverse gift card payments POST
    • Validate gift card POST
    • Copy of Register profile POST
Powered by Bump.sh
Deliverect APIs hub
  • Channel API
  • Commerce API
  • Coupons
  • Dispatch API
  • Giftcard API
  • KDS API
  • Loyalty API
  • Restaurant POS API
  • Upsell API
Back to hub page
API Explorer API changelog
Download source
  • JSON OpenAPI specification
  • YAML OpenAPI specification
Giftcard API logo Giftcard API logo dark

Get profile links Run in API Explorer

Ask AI
  • Open in ChatGPT
  • Open in Claude

  • View as Markdown
  • Copy as Markdown
GET /giftCards/channel/{channelLinkId}/providerProfileLinks
Bearer auth

Path parameters

  • channelLinkId string Required

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • giftCardProviderProfileLinks array[object]
      Hide giftCardProviderProfileLinks attributes Show giftCardProviderProfileLinks attributes object
      • id string
      • name string
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"
    }
  ]
}