cURL
curl --request GET \ --url https://public-api.lonescale.com/users \ --header 'x-api-key: <api-key>'
[ { "id": "<string>", "firstName": "<string>", "lastName": "<string>", "email": "<string>", "plan": { "contactCredits": 123, "enrichmentCredits": 123 } } ]
Get profile information
Provide your API key in the x-api-key header.
Profile information
The user ID
User first name
User last name
User email address
Show child attributes
Remaining contact credits
Remaining enrichment credits