Provides User data and their corresponding Subscription info
users:read
) Successfully accepted and processed request
Invalid parameter in request query or body
Unauthorized
Access Denied
The specified resource was not found
The user has sent too many requests in a given amount of time
Internal Server Error
curl -i -X GET \ 'https://api.attentivemobile.com/v1/users?cursor=abc123&limit=100' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "nextPageCursor": "string",
- "users": [
- {
- "signUpDate": "2025-07-08T16:25:46.000Z",
- "subscriptions": [
- {
- "type": "MARKETING",
- "channel": "EMAIL",
- "destination": "my-email@attentive.com",
- "eligibility": {
- "isEligible": true
}
}
]
}
]
}