πŸ–‡οΈAuthentication

API Endpoints for Authentication

Exchange Token GET

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.

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

Last updated

Was this helpful?