Skip to main content

Authentication

All requests to the GoKart Management API require a Management-scoped API key passed in the request headers.

Written by GoKart Support

All requests must include a Management API token in the Authorization header, which GoKart uses to identify your integration system.

  • Request Header:

Authorization: ApiToken {your-token}

Replace {your-token} with the actual token provided by GoKart.

Follow the instruction HERE to generate the Management API Key


Errors

Status

Meaning

401 Unauthorized

Missing or invalid API key

Did this answer your question?