v1

latestOpenAPI 3.1.0MIT2026-08-0652106151.4 KB
subaccounts

Login to a subaccount

Login to a subaccount.

post/subaccounts/authorize

Request body

emailstring email required

Example request

{
  "email": "username@gmail.com"
}

Response

Sucess

User logged in sucessfully, use the auth value as API Key from request body in future API calls.

authstring

API Key to be used in authorization header

Example response

{
  "auth": "f8efa7be4e7457c463e8b800e1f11f92072d272c"
}