cURL
curl --request GET \ --url https://api.example.com/v1/me
{ "data": { "org_id": "<string>", "user_id": "<string>" }, "meta": { "timestamp": "2023-11-07T05:31:56Z" } }
Returns the user and organization resolved from the bearer token.
Documentation IndexFetch the complete documentation index at: https://docs.monaco.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.monaco.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Show child attributes