Last updated 6 months ago
Was this helpful?
john@exto360.com
secure
POST /rest/api/auth/login HTTP/1.1 Host: platform.exto360.com Content-Type: application/json Accept: */* Content-Length: 51 { "username": "john@exto360.com", "password": "secure" }
Successful operation
{ "id_token": "text", "user": { "id": "text", "username": "john@exto360.com", "fullName": "John James", "email": "john@email.com", "company": "Exto", "role": "PME", "tenantId": "1234" } }
1234
POST /rest/api/auth/access-token HTTP/1.1 Host: platform.exto360.com Content-Type: application/json Accept: */* Content-Length: 19 { "tenantId": "1234" }
{ "access_token": "text", "id_token": "text" }