Partner Auth
Whoami
Authorization
bearerAuth requestSignature AuthorizationBearer <token>
Partner API key (orq_pk_test_… or orq_pk_live_…). Paste the key.
In: header
X-Request-Signature<token>
Signing secret (orq_ps_…). Playground signs for you.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/partner/whoami"{ "partnerId": "bf408d53-df49-40a6-8455-a34bd4360901", "name": "string", "status": "invited", "environment": "test", "apiKeyId": "string"}{ "error": { "code": "string", "message": "string" }}