π»API
An alternative to our SDK - for submitting custom attributes to new or existing customers.
What can you use the Mava API for?
Getting Started
curl -X POST https://gateway.mava.app/api/identify \
-H "Content-Type: application/json" \
-d '{
"emailAddress": "",
"mavaCustomerId": "",
"customAttributes": [
{
"label": "exampleLabel",
"value": "exampleValue"
}
]
}'API Endpoints
1. Get Categories
Endpoint
Authentication
Response
2. Update Ticket
Endpoint
Authentication
Request Body
Field
Type
Required
Description
Valid Values
Response
Behavior
Last updated