Auth
Login using your Context Data user login and generate your token
Body
usernamestring · max: 150Required
Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
passwordstringRequired
Responses
200
OK
post
POST /api/auth/token HTTP/1.1
Host: sapphire.contextdata.ai
Content-Type: application/json
Accept: */*
Content-Length: 37
{
"username": "text",
"password": "text"
}
200
OK
No content
Last updated