⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/user/token

Return an encrypted API token for the authenticated user.

GET/api/user/token

Response Body

application/json

application/json

{
  "token": "string"
}

{
  "error": "E1000: Invalid request schema",
  "code": 1000,
  "statusCode": 400
}