Example searches: “first_name”, “id”, “client_secret”, “mobile_phone_number”, “application/json”
The API accepts 2 different authentication methods:
Basic HTTP authentication. Base64 of client_id:client_secret. Since there can be many client_secret values, any current client_secret sufficies Allowed headers-- Authorization: Basic
client_id:client_secret
client_secret
Authorization: Basic ZGVtbzpwQDU1dzByZA==
Token HTTP authentication. Allowed headers-- Authorization: Bearer
Authorization: Bearer {TOKEN}