Quick Start
Acquiring an API Key
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
You can can access your API key directly from your management dashboard:
Login to the management dashboard with your account
Using the left side navigation panel click on Settings -> Account
Here you can reveal your API key or easily copy it.
Using Your API Key
You may use any server-side programming language that can make HTTPS requests to target the Giftoin API. All requests should target the URL: https://api.giftoin.org/api/v1
You need to supply your API Key in REST API calls in the header with a custom header:
x-gft_api_key
Make your first request
To make your first request, send an authenticated request to the campaigns endpoint. This will return you an array of existing campaigns, if you have none it will return an empty array.
Last updated
Was this helpful?