GET
/
me
curl --request GET \
  --url https://take.app/api/platform/me
[
  {
    "id": "<string>",
    "name": "<string>",
    "alias": "<string>"
  }
]

Authorizations

api_key
string
query
required

Response

200
application/json

Get store information from current api key

The response is of type object[].