Skip to main content
GET
/
me
Authenticating with an API key
curl --request GET \
  --url https://api.peeker.ai/api/partner/v1/me \
  --header 'Authorization: Bearer <token>'
{ "data": { "api_key": { "environment": "live", "permission_preset": "full" }, "partner": { "id": "org_01HZX0OG1A2B3C4D5E6F7G8H", "name": "Acme Resellers" } } }

Documentation Index

Fetch the complete documentation index at: https://docs.peeker.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:Bearer pk_test_<your-test-key>
required

Your partner API key. Use pk_live_… against the live system or pk_test_… against the sandbox.

Response

API key is valid.

data
object
required
Last modified on May 14, 2026