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
id
string
required

The id of the user

name
string
required

The name of the user

alias
string

The alias of the store