v23

latestOpenAPI 3.1.0raw.githubusercontent.com2026-03-15202747.7 KB
Auth

Login

Login to the API

post/v1/auth/login

Query parameters

include_idsboolean

Response

Successful Response

first_namestring required

First name of the authenticated user.

last_namestring required

Last name of the authenticated user.

emailstring required

Email address of the authenticated user.

Example response

{
  "first_name": "John",
  "last_name": "Doe",
  "email": "[EMAIL_ADDRESS]"
}