Sayr
ReferenceOrganization

List organization labels

GET
/organization/{org_slug}/labels

Retrieve all public labels associated with an organization.

Path Parameters

org_slug*string

Response Body

application/json

application/json

curl -X GET "https://example.com/organization/string/labels"
{  "success": true,  "data": [    {      "id": "string",      "organizationId": "string",      "name": "string",      "color": "string",      "visible": "public",      "createdAt": "string"    }  ]}