API Reference
Reference for the API
Get account user by ID
cURL
curl --request GET \ --url https://cookiechimp.com/api/v1/account-users/{id} \ --header 'Authorization: <api-key>'
{ "id": "accuser123", "email": "admin@example.com", "role": "admin", "created_at": "2023-01-05T10:15:30Z", "updated_at": "2023-01-15T11:20:45Z" }
ID of the resource
Account user
The response is of type object.
object
Was this page helpful?