X-Managed-Profile-Id; public keys cannot use the selector. The endpoint never returns PII, provider/customer IDs, KYC failure reasons, bank/wallet data, ramp history, or exact financial limits. When both public and secret headers are supplied they must belong to the same credential. Supabase Bearer sessions do not authorize this endpoint.X-Public-Key or X-API-Key.curl --location '/v1/ramp-info' \
--header 'X-Managed-Profile-Id;' \
--header 'X-Public-Key: <api-key>'{
"corridors": {
"property1": {
"canBuy": true,
"canSell": true,
"kycStatus": "not_started"
},
"property2": {
"canBuy": true,
"canSell": true,
"kycStatus": "not_started"
}
}
}