Member Auth API
Retrieve and Refresh a CRM member token.
POST
CRM Member Token Retrieve
Retrieves a CRM member token as a JSON response via the login process.
/api/v2/frontend/auth/login
Data / Response:
{
"Email": "",
"Password": ""
}
{
"CRMMemberToken": "string"
}
GET
CRM Member Token Refresh
Refreshes a CRM member token as a JSON response from a current member token.
/api/v2/frontend/auth/refresh-token
Data / Response:
{
"CRMMemberToken": "string"
}
{
"CRMMemberToken": "string"
}
Validation:
-
When
UserToken
is empty- Error message: UserToken is required
-
When
UserToken
is not found in the database- Error message: UserToken is invalid
External Resources
There are currently no external resources available.
Please let us know if you have any other contributions or know of any helpful resources you'd like to see added here.
Questions?
We are always happy to help with any questions you may have.
Visit the Treepl Forum for community support and to search previously asked questions or send us a message at support@treepl.co and we will consult you as soon as possible.