Version: 7_30_0
Loca.fi API
Authentication
- API Key: AgentToken
- API Key: ApiKey
- API Key: UserToken
Agent authentication for fixed RFID readers and background agents. Send the agent JWT in the AgentAuthorization header (obtained via the agent authentication flow, not the user login endpoint).
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | AgentAuthorization |
Static API-key authentication for server-to-server integrations. Send the provisioned key in the ApiKey header.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | ApiKey |
Primary user/session authentication. Obtain a JWT from POST /api/authentication/login and send it as Authorization: Token <jwt>. This is a Bearer-style JWT, but note the scheme keyword is Token, not Bearer — sending Bearer returns 401.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | Authorization |