Skip to main content
GET
/
capabilities
Get Capabilities
curl --request GET \
  --url https://api.zopay.cash/connect/v1/capabilities \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Paste your Connect API key (sk_live_… for production, sk_test_… for sandbox) without the Bearer prefix. Mint and rotate keys from the admin panel.

Headers

authorization
string | null

Query Parameters

verbose
boolean
default:false

Reserved for future expansion. Accepted today as a forward-compat surface but does not currently add fields to the response.

Response

Successful Response

The response is of type Response Get Capabilities Capabilities Get · object.