Skip to main content
GET
/
api
/
v1
/
me
Get current client info
curl --request GET \
  --url https://mmapi.55-tech.com/api/v1/me \
  --header 'X-API-Key: <api-key>'
{
  "client": "<string>",
  "clientName": "<string>"
}

Authorizations

X-API-Key
string
header
required

Client API key (UUID format). Contact support@55-tech.com to obtain your key.

Response

Successful Response

Client information from API key lookup.

client
string
required

Client identifier (e.g., 'demo', 'pinnacle')

clientName
string
required

Client display name (e.g., 'Demo', 'Pinnacle')