v1
latestOpenAPI 3.0.12026-07-243686491.1 MBAuthentication
Obtain your `accessToken`
post/api/v1/auth/token
Request body
Response
Successfully created access token
Example response
{
"accessToken": "5a6d4da1-6af3-420b-9c15-6ecb5f6de199",
"refreshToken": "83b766d4-476e-4dd1-b11e-f57e856c890d",
"accessTokenExpirationDate": "2022-05-11T07:03:04.675035Z",
"refreshTokenExpirationDate": "2023-05-12T07:03:04.675055Z"
}