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.
curl --request GET \
--url https://api.algure.com/v1/organizations \
--header 'Authorization: Basic <encoded-value>'{
"name": "<string>",
"id": 123
}Was this page helpful?