latestSwagger 2.02026-08-1024042.7 KB

a3ea128a9743

Authentication

Create a JSON Web Token for authentication

post/api/v1/authenticate

Request body

company_namestring required
usernamestring required
keystring required

Example request

{
  "company_name": "Westeros_1571077143",
  "username": "robert",
  "key": "g1YQnGeBLBw029q0seb2cWSTH4OkKYH7"
}

Response

Successfully authenticated