Getting Started

TempWorks OpenAPI

The TempWorks OpenAPI allows to query and modify data contained in the TempWorks database.

Base URL

All URLs referenced in the documentation have the following base:

https://api.ontempworks.com/

The TempWorks OpenAPI is served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported.

Authentication

HTTP requests to the TempWorks OpenAPI are protected with OAuth2, Header token, or HTTP Basic authentication. To learn more about how TempWorks handles authentication, please refer to our security documentation. In short, you will use your TempWorks API account SID as the username and your auth token as the password for HTTP Basic authentication.

You can find your account SID and auth token by contacting your TempWorks account manager.

Subresources

TempWorks API subresources can by explored by navigating the Endpoints navigation on the left. Click on a link to read the API documentation for accessing or modifying each resource.