Skip to main content
GET
/
addresses
/
{address_id}
Get Address
curl --request GET \
  --url https://api.zopay.cash/connect/v1/addresses/{address_id} \
  --header 'Authorization: Bearer <token>'
{}
Single address by opaque partner-facing id. Cross-tenant lookups collapse to 404 with the same envelope as a genuinely non-existent id — existence of rows under other tenants is not leakable. A malformed address_id (wrong prefix, undecodable payload) raises InvalidAddressIdError which the Connect error handler renders as a 400 invalid_address_id envelope.

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

address_id
string
required

Opaque address id as returned from the list endpoint (addr_...).

Response

Successful Response

The response is of type Response Get Address Addresses Address Id Get · object.