Orqpay
Auth

Whoami

Confirm the API key works and return merchant context.

GET
/v1/whoami

Confirm the API key works and return merchant context.

Authorization

bearerAuth requestSignature
AuthorizationBearer <token>

Merchant API key (orq_mk_test_… or orq_mk_live_…).

In: header

X-Request-Signature<token>

Signing secret (orq_ms_…). Playground signs for you.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/whoami"
{  "merchantId": "c3073b9d-edd0-49f2-a28d-b7ded8ff9a8b",  "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9",  "environment": "test",  "apiKeyId": "string"}
{  "error": {    "code": "string",    "message": "string"  }}