Authentication

Exchange Token post

https://relatecrm.example.com/api/token

Exchange new token for a given valid username and password

The endpoint will return the plain-text token which may then be stored on the mobile device or other storage and used to make additional API requests as authenticated user.

Headers Required headers

Content-Type (Required) string application/json
Accept (Required) string application/json
Authorization (Required) string Bearer {token}

Body Parameters

email (Required) string
password (Required) string
device_name (Required) string