Making Requests

All API requests must be made over HTTPS to https://api.pipeback.com/app. Calls made over plain HTTP will fail. API requests without authentication will also fail.

The Pipeback API uses JSON for request and response bodies. The following headers must be included with all requests to the API:

  • Authorization: Bearer YOUR_API_TOKEN (required)
  • x-workspace-id: YOUR_WORKSPACE_ID (required)
  • Content-Type: application/json
  • Accept: application/json

You can find both your API token and workspace ID in Settings » API.

Something wrong with this page?