Niural · Authentication Profile
Niural Authentication
Authentication
Niural uses a bespoke two-step credential exchange. Client credentials created in the dashboard are POSTed to /authenticate, which returns a JWT access token (3600s), a refresh token, and expires_in. That token is presented as an HTTP bearer credential on every other operation. It is client-credentials shaped but is NOT OAuth 2.0 — there is no grant_type, no token_type, no scope, no /.well-known/oauth-authorization-server, and therefore no scope surface.
Niural secures its APIs with http across 1 declared security scheme, as derived from its OpenAPI definitions.
CompanyPayrollHuman ResourcesEmployer of RecordContractor ManagementGlobal PaymentsInvoicingComplianceFintech
Methods: http
Schemes: 1
OAuth flows:
API key in:
Security Schemes
BearerAuth http