Authentication

Obtain JWT authentication token

post

Authenticates using API credentials, returning JWT token for subsequent requests.

Token Lifetime: Typically 24 hours

Usage: Include in Authorization header: Bearer {token}

Query parameters
apikeystringRequired

API key provided by Access EPOS

passwordstringRequired

API password (keep secure)

Responses
chevron-right
200

Successfully authenticated. Returns JWT token.

application/json
tokenstringOptional

JWT bearer token for API authentication

expiresAtstring · date-timeOptional

Token expiration timestamp

post
/Token

Last updated

Was this helpful?