Skip to main content
GET
/
ramp
/
me
Get organization
curl --request GET \
  --url https://api.etherfuse.com/ramp/me \
  --header 'Authorization: <api-key>'
{
  "approvedAt": "2026-04-15T12:00:00Z",
  "displayName": "Acme Inc",
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "partnerFeeDefaultBps": 100
}

Authorizations

Authorization
string
header
required

API key sent in the Authorization header.

Response

The authenticated organization

displayName
string
required
id
string<uuid>
required
partnerFeeDefaultBps
integer<int32>
required
approvedAt
string | null