Get user information
Fetch information about the current user which is holding the API key
Available on:
GET /users
curl \
-X GET https://api.clickguard.com/users \
-H "X-API-KEY: $API_KEY"
Response examples (200)
"{\n \"customer_number\": \"ABCDE\"\n \"name\": \"John Doe\"\n \"email\": \"john@example.com\"\n \"status\": \"active\"\n}"
Response examples (200)
{
"customer_number": "string",
"name": "string",
"email": "string",
"status": "trialing"
}