Auth
Login
Login to the API
post/v1/auth/login
Query parameters
include_idsboolean
Response
Successful Response
Example response
{
"first_name": "John",
"last_name": "Doe",
"email": "[EMAIL_ADDRESS]"
}Changes
Changed in 2 of the 23 revisions of this API.16
- ▲
the response's body type changed from no type to
objectfor statusresponse-body-type-changed
- ○
api tag
Authaddedapi-tag-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○