Trainingym Integrations
Version 2 of the Trainingym Integrations API. This API is designed so that external developers are able to interact with the different parts of our system.
In order to be able to use the services exposed in this API it is necessary to first contact the Trainingym integrations team to obtain the necessary credentials.
Authentication
- HTTP: Bearer Auth
- HTTP: Basic Auth
JWT Authorization header using the Bearer scheme.
Enter 'Bearer' [space] and then your token requested from the 'Generate API Key' service.
Example: 'Bearer 12345abcdef'
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | Jwt |
Basic Authorization header using the Basic scheme.
Enter 'Basic' [space] and then the encoded Base64 string composed from your user:password
Example: 'Basic dGVzdDoxMjM0'
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | basic |