Developer Documentation
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
Status | Description | Content |
---|---|---|
200 | OK | |
400 | Bad Request | |
401 | Unauthorized |
get
status
Get the current API user auth status.Response
Status | Description | Content |
---|---|---|
200 | OK | |
401 | Unauthorized | - |