Authentication API

This API generates an access token and refresh token using the username and password for secure authentication.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Headers
string
required

Combine your username and password in the format username:password (for example, [email protected]:test123).Encode this string in Base64 using a tool such as https://www.base64encode.org/. Use the resulting value in the request, prefixed with "Basic". For example: Basic EpvaG5AYXp1Z2EuY29tOnRlc3QxMjM=

string
required

client specific Api key. Please write to '[email protected]' to receive your 'clientApiKey' and 'clientSecretKey'

string
required

client specific Secret key. Please write to ''[email protected]'' to receive your ''clientApiKey'' and ''clientSecretKey'' '

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json