POST /v1/authenticate

Retrieve an access token Go Back

Request body parameters

Parameter Type Mandatory Description
username String Yes The api username
password String Yes The api password

Request body example

{
    "header": {
        "Authorization: ": "Bearer api-token-here"
    },
    "body": {
        "username": "your-username-here",
        "password": "your-password-here"
    }
}

Response body parameters

Parameter Type Description
token String The api access token

Response body example

 

{
    "token": "cWWhbem7J6YPRkfPK631XGlAxtBNAVGglem7CwSIqfNyKamaDoDxyf7ixwt7"
}