API Endpoints for Authentication
Endpoint: https://subdomain.appcrm.com.br/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.
Content-Type
Required
string
application/json
Accept
Authorization
Bearer {token}
email
password
device_name
Last updated 1 year ago