Authentication
Token scope
Token generation
Token lifecycle
Example request
POST /members/search HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Content-Length: 180
{
"mewsEnterpriseId": "123e4567-e89b-12d3-a456-426614174000",
"providerEnterpriseId": "ENT-9876-AZ",
"memberFilter": {
"email": "john.doe@example.com",
"firstName": "John",
"lastName": "Doe"
}
}Last updated
Was this helpful?