Download OpenAPI specification:Download
Describes: Endpoints, Request bodies, headers and responses with descriptions
Generate JWT Token, required api_key + api_secret The JWT token is valid for 30 minutes.
If expired, you will need to generate a new one each request to the api required an Authorization token in the header.
Please contact support@crymbo.com to request API KEY and API Secret
OK
Unauthorized
{- "api_key": "<string>",
- "api_secret": "<string>",
- "username": "<string>"
}
{- "iss": "<string>",
- "iat": 543823,
- "exp": 113987,
- "type": "Bearer",
- "token": "<token>"
}