POST
Log in

Body

application/json

Username or email plus password credentials for session creation.

Request payload for login.

username_or_email
string
required

Username or email accepted for login.

Minimum string length: 1
password
string
required

Plaintext password accepted only in authentication requests.

Minimum string length: 1

Response

Authenticated session tokens

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.