Endpoints

Auth

Base URL: https://app.kinabase.com/api/v1/


post

token

Generates a JWT token for the provided AppId and Secret.

Request Body

App Id and Secret parameters

Example request (application/json):
{
  "appId": "example-appId",
  "secret": "example-secret"
}

Response

StatusDescriptionContent
200OK
400Bad Request
401Unauthorized

get

status

Get the current API user auth status.

Response

StatusDescriptionContent
200OK
401Unauthorized-