Skip to main content
Use this endpoint to authenticate a user and obtain a short-lived JWT token. The resulting token can be used for session-based requests, but the PIN API primarily relies on API keys for integration access.

Endpoint

POST /v1/auth/login Authentication: None

Request body

string
required
The user’s registered username.
string
required
The user’s password.

Response

string
JWT token for the session.
string
ISO 8601 timestamp when the token expires.

Example