API Overview

The Worky platform exposes multiple REST APIs organized by domain. Each API follows OpenAPI 3.1 specification and uses JSON for request/response bodies.

Base URLhttps://api-nova-dev.worky.mx
AuthenticationOAuth 2.0 Bearer Token
Content Typeapplication/json
API Versionv1 (current)

Available APIs

Click on any API to view its complete Swagger documentation:

Common Response Codes

CodeStatusDescription
200OKRequest successful
201CreatedResource created successfully
400Bad RequestInvalid request parameters
401UnauthorizedMissing or invalid authentication
403ForbiddenInsufficient permissions
404Not FoundResource not found
422Unprocessable EntityValidation error
500Server ErrorInternal server error