Skip to main content
GET
/
v1
/
ramp
/
subaccount
Get all merchants
curl --request GET \
  --url https://staging-api.bullring.finance/v1/ramp/subaccount \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "47a79c3d-9a2b-4998-898b-8eb7fad01526",
      "email": "[email protected]"
    },
    {
      "id": "cd9a2eb1-aeee-4c91-a3d4-87d3ff4f2e7b",
      "email": "[email protected]"
    }
  ],
  "meta": {
    "page": 1,
    "limit": 10,
    "total": 2
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

limit
number

Number of items per page

page
number

Page number for pagination

Response

List of subaccounts.

data
object[]
meta
object