Booking Pro API
API ReferenceGift cards

Retrieve a gift card

GET
/gift-cards/{id}

Authorization

ApiKeyAuth
AuthorizationBearer <token>

Send your API key as a bearer token: Authorization: Bearer bp_sk_live_.... Mint and revoke keys in your dashboard under Settings -> Developers.

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/gift-cards/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "location_id": "46910cc3-ab41-4b80-b4a7-94dab9f1b795",  "code": "string",  "initial_balance_cents": 0,  "current_balance_cents": 0,  "status": "active",  "created_at": "2019-08-24T14:15:22Z"}