REST API
Create integrations, retrieve data, and automate your workflows, build with the Gobo REST API.
https://api.gobo.ioAPI Tokens
curl -H "Authorization: Token $GOBO_API_TOKEN" https://api.gobo.io/Keep your Tokens Secure
Pagination
{
"count": 816,
"next": "https://api.gobo.io/user/~/orgs?page=3",
"previous": "https://api.gobo.io/user/~/orgs",
"results": [
…
]
}Endpoints
Last updated