cURL
curl --request GET \ --url https://api.peeker.ai/api/partner/v1/users/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "usr_01HZX0C6Z3K4M5N6P7Q8R9S0", "email": "alex@acme.com", "first_name": "Alex", "last_name": "Rivera", "status": "active", "sequencer": { "provider": "smartlead", "client_id": 366903 }, "created_at": "2026-05-08T12:00:00Z" } }
Documentation IndexFetch the complete documentation index at: https://docs.peeker.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.peeker.ai/llms.txt
Use this file to discover all available pages before exploring further.
Your partner API key. Use pk_live_… against the live system or pk_test_… against the sandbox.
pk_live_…
pk_test_…
The user ID, e.g. usr_01HZX.
usr_01HZX
"usr_01HZX"
A user.
Show child attributes