API Documentation
Authentication
Partbot API Authentication Guide
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:
Headers
All requests to the Partbot API must include the following headers:
All requests to the Partbot API must be made over HTTPS. Calls made over plain HTTP will fail.