Open Backtest Docs
APIAccount

Identify the API key owner

GET
/me

Authorization

ApiKeyAuth
x-api-key<token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/me"
{  "user": {    "id": "string",    "name": "string",    "email": "string"  },  "entitlement": {    "pro": true,    "source": "subscription"  }}
{  "error": {    "code": "NOT_FOUND",    "message": "Session not found"  }}
{  "error": {    "code": "NOT_FOUND",    "message": "Session not found"  }}