Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Version 1
cURL
curl --request GET \ --url https://api.algure.com/v1/organizations \ --header 'Authorization: Basic <encoded-value>'
{ "name": "<string>", "id": 123 }
Get the organization associated with the current integration.
Use Integration API credentials as HTTP Basic auth (username: client id, password: client secret).
The organization
Was this page helpful?