Version: 1.0.0
Trisk.io Documentation
Authentication
- HTTP: Bearer Auth
- API Key: ApiKey
- API Key: ApiSecret
Whenever the user wants to access a protected route or resource, the user agent should send the JWT in the Authorization header using the Bearer schema
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
An X-API-KEY key is a token that a client provides with a X-API-SECRET when making API calls, used instead of the JWT
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | X-API-KEY |
An X-API-SECRET key is a token that a client provides with a X-API-KEY when making API calls, used instead of the JWT
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | X-API-SECRET |
Contact
License
Apache 2.0