Work Market · Authentication Profile
Work Market Authentication
Authentication
The WorkMarket Employer API uses an API token/secret pair exchanged for a short-lived access token. Credentials are generated in the WorkMarket web app; the client POSTs them to the authorization endpoint and then sends the returned access token as a Bearer credential in the Authorization header on subsequent requests. The published Swagger 2.0 spec declares no securityDefinitions; the scheme below is taken from the live API reference (which models it as an apiKey-style Authorization header) and the authorization operation in the spec.
Work Market secures its APIs with accessToken across 1 declared security scheme, as derived from its OpenAPI definitions.
Workforce ManagementContractorsFreelanceGig EconomyHuman ResourcesPaymentsField ServicesStaffing
Methods: accessToken
Schemes: 1
OAuth flows:
API key in: header
Security Schemes
sec0 apiKey