Partbot’s REST API uses API keys to authenticate requests. You can view and manage your API keys in your Partbot Account.

When making requests to the API, include your API key in the Authorization header like so:

'Authorization': 'Bearer <api_key>'

Headers

All requests to the Partbot API must include the following headers:

'Content-Type': 'application/json'
'Authorization': 'Bearer <api_key>'

All requests to the Partbot API must be made over HTTPS. Calls made over plain HTTP will fail.