Token
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /authentication_token HTTP/1.1
Host: /
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 51
{
"client_id": "username",
"client_secret": "password"
}{
"token": "text"
}