Learn how to make authenticated API calls to the Loopz Gift Cards API.
The Loopz Gift Cards API requires an API key to make authenticated calls to the API. You can generate an API key on your gift card program's dashboard under the Settings > Developer API Keys screen.
The API Key must be present on an API request as a Bearer token in an Authorization header.
curl https://api.loopz.io/v1/public/gift-cards \
-H "Authorization: Bearer [your-api-key]"
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.