Gift-card services
Get gift card service
GET
This endpoint requires the gift-card-services.read
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique ID of the gift card service.
Response
200 - application/json
An configured gift card service.
Defines if this service is currently active or not.
The date and time when this service was created.
The custom name set for this service.
Required string length:
1 - 200
A list of fields, each containing a key-value pair for each field
configured for this gift card service. Fields marked as secret
are not returned.
The ID of the gift card service definition used to create this service.
Required string length:
1 - 50
The ID of this gift card service.
The unique ID for a merchant account.
The type of this resource.
Available options:
gift-card-service
The date and time when this service was last updated.
Was this page helpful?