Skip to main content
GET
/
ramps
/
sessions
/
{session_id}
[Coming soon] Get a ramp session
curl --request GET \
  --url https://api.zopay.cash/connect/v1/ramps/sessions/{session_id} \
  --header 'Authorization: Bearer <token>'
{}
This endpoint is registered but currently returns 501 not_yet_available. Track status on the Availability page.

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

Path Parameters

session_id
string<uuid>
required

Response

Successful Response

The response is of type Response Get Ramp Session Ramps Sessions Session Id Get · object.