curl --request POST \
--url https://api.getovra.com/merchant-applications/apply \
--header 'Content-Type: application/json' \
--header 'X-Dashboard-Secret: <x-dashboard-secret>' \
--data '
{
"email": "jsmith@example.com",
"contactName": "<string>",
"companyName": "<string>",
"website": "<string>",
"country": "<string>",
"monthlyVolume": "<string>",
"useCases": [
"<string>"
],
"otherDetails": "<string>",
"source": "<string>"
}
'{
"error": "<string>"
}Gated by X-Dashboard-Secret. Idempotent on email — repeat submissions
UPSERT non-null fields. Used by the landing page form on getovra.com.
curl --request POST \
--url https://api.getovra.com/merchant-applications/apply \
--header 'Content-Type: application/json' \
--header 'X-Dashboard-Secret: <x-dashboard-secret>' \
--data '
{
"email": "jsmith@example.com",
"contactName": "<string>",
"companyName": "<string>",
"website": "<string>",
"country": "<string>",
"monthlyVolume": "<string>",
"useCases": [
"<string>"
],
"otherDetails": "<string>",
"source": "<string>"
}
'{
"error": "<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.
3201202005002401640100040Application stored