cURL
curl --request GET \ --url https://api.{environment}.corti.app/v2/factgroups/ \ --header 'Authorization: Bearer <token>' \ --header 'Tenant-Name: <tenant-name>'
{ "data": [ { "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "key": "<string>", "translations": [ { "id": 123, "languages_id": "<string>", "name": "<string>" } ] } ] }
Input your token
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
"copiloteu"
The response is of type object.
object
Was this page helpful?