cURL
curl --request GET \ --url https://api.botdog.io/v1/users \ --header 'x-api-key: <api-key>'
[ { "id": "550e8400-e29b-41d4-a716-446655440000", "email": "user@example.com", "name": "John Doe", "createdAt": "2023-04-02T12:00:00.000Z" } ]
Limit the number of results
List of users
The unique identifier for the user
"550e8400-e29b-41d4-a716-446655440000"
The user's email address
"user@example.com"
The user's name
"John Doe"
When the user was created
"2023-04-02T12:00:00.000Z"
Was this page helpful?