Gifli API Docs
Reference for developers building on the Gifli REST API using app API keys and service accounts.
These docs cover the Gifli REST API for developers building integrations. You use an app API key paired with a service account ID to make requests on behalf of your users.
How it works
Create an app in your Gifli account settings to receive an API key. For each of your users, provision one service account under that app. When your backend calls the API, pass the key and the service account ID. Gifli resolves that to the right user context.
Authorization: Bearer gk_<api_key>
X-Service-Account-Id: <service_account_id>