curl --request POST \
--url https://api.getovra.com/v1/merchants \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inviteCode": "<string>",
"name": "<string>",
"encryptionJwk": {},
"webhookUrl": "<string>"
}
'{
"id": "<string>",
"slug": "<string>",
"merchant_secret_key": "mer_sk_a1b2c3...",
"warning": "<string>"
}Invite-code-gated onboarding. Returns merchant_secret_key once; subsequent reads never expose the key or its hash. JWK is validated as RSA-OAEP-256 + A256GCM only.
curl --request POST \
--url https://api.getovra.com/v1/merchants \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inviteCode": "<string>",
"name": "<string>",
"encryptionJwk": {},
"webhookUrl": "<string>"
}
'{
"id": "<string>",
"slug": "<string>",
"merchant_secret_key": "mer_sk_a1b2c3...",
"warning": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.getovra.com/llms.txt
Use this file to discover all available pages before exploring further.
API key (sk_sandbox_* / sk_test_* / sk_live_*) or Agent token (at_* / at_dlg_*)