REST API
Create integrations, retrieve data, and automate your workflows, build with the Gobo REST API.
Last updated
Create integrations, retrieve data, and automate your workflows, build with the Gobo REST API.
Last updated
Gobo authenticates your API requests using your tenant's API tokens. API requests made without authentication or using an incorrect token will return a403
error. All API requests must be made over HTTPS.
You can view and manage your API tokens in the .
API tokens can perform any action in your Gobo tenant. They must be kept secure and private. Be sure to prevent your API tokens from being made publicly accessible, such as in client-side code, GitHub, unsecured S3 buckets, and so forth. API Tokens are prefixed with gt_
.
Gobo utilizes pagination for list operations. You can request a particular page number by passing the page
query parameter. Paginated responses return the following format:
See the for endpoint definitions.