Skip to main content

Authentication

🔑 Prior to accessing any API resources, a valid authentication token (gumgaToken) must be obtained.
This token must be included in the header of all subsequent requests.

Generate Authentication Token​

  • This endpoint receives user credentials and returns the gumgaToken, used to authenticate all API calls. Note that credentials must follow the username:password format and both must be Base64-encoded.

Refresh Authentication Token​

  • The token must be stored by the client and included in all request headers under the gumgaToken key.
  • Tokens are valid for 1 hour. Once expired, a new token must be requested via this endpoint.