Skip to main content
GET
/
ramp
/
me
Get current organization identity
curl --request GET \
  --url https://api.etherfuse.com/ramp/me \
  --header 'Authorization: <api-key>'
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "displayName": "Acme Corp",
  "approvedAt": "2024-06-15T10:00:00Z"
}

Authorizations

Authorization
string
header
required

API key for authentication. Pass the key directly (e.g., Authorization: your-api-key). Do not use a Bearer prefix.

Response

200 - application/json

Organization identity

id
string<uuid>

Organization ID

displayName
string

Display name of the organization

approvedAt
string<date-time> | null

Timestamp when the organization was approved (KYB complete)