cURL
curl --request GET \ --url https://mmapi.55-tech.com/api/v1/me \ --header 'X-API-Key: <api-key>'
{ "client": "<string>", "clientName": "<string>" }
Returns the authenticated client’s information based on their API key.
Client API key (UUID format). Contact support@55-tech.com to obtain your key.
Successful Response
Client information from API key lookup.
Client identifier (e.g., 'demo', 'pinnacle')
Client display name (e.g., 'Demo', 'Pinnacle')