Developer API documentation overview
Developers! Want to integrate WorkComposer into your own application? Use our API to integrate our functionality into your software. Make sure to read this document before you get started.
Submitting Variables
The WorkComposer API is located at: https://api.workcomposer.com/v1/
Variables are being submitted via POST
method.
A valid Authentication Token is required for any site functions performed through our API. Please refer to the Authentication section to generate a Token. Once authenticated, you need to pass the token with each API request.