Authentication
Authorizations
AuthorizationstringRequired
Responses
200
Successful Response
application/json
Soda Cloud API token and organisation ID information to use in this API's endpoints.
userstringOptional
User's username (email addess used at sign up).
tokenstringOptional
API Token to use for authentication. This token expires. Its expiration is also provided in the response.
organization_idstringOptional
Identifier (UUID) of an organization in Soda Cloud.
expires_inintegerOptional
Token's expiration time in seconds.
get/get_token
GET /v1/get_token HTTP/1.1
Host: reporting.cloud.soda.io
Authorization: Basic username:password
Accept: */*
200
Successful Response
{
"user": "text",
"token": "text",
"organization_id": "text",
"expires_in": 1
}Last updated
Was this helpful?
