x-workspace-id
header to specify the workspace you’re operating on. Ensure you have the correct workspace ID.Authorization
header as a Bearer token. In addition to the token, you will have to include the x-workspace-id
header in each API request. This header specifies the workspace that the request is for.
Here’s an example of how to fetch a list of bots:
/bots
. Here’s an example using curl
: