Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.marketordie.io/v1/me \ --header 'Authorization: Bearer <token>'
{ "data": { "org": { "id": "<string>", "name": "<string>", "slug": "<string>" }, "membership": { "id": "<string>", "name": "<string>", "email": "<string>" }, "scopes": [ "<string>" ] } }
Returns the org and member the API key acts as, plus its scopes.
Your API key as a bearer token: Authorization: Bearer mod_live_…. (You can also send it as x-api-key.)
Authorization: Bearer mod_live_…
x-api-key
OK
Show child attributes