cURL
curl --request GET \ --url https://a.api.mindset.ai/api/v1/appuid/{appUid}/labels \ --header 'x-api-key: <api-key>'
{ "labels": [ { "uid": "<string>", "externalId": "<string>", "name": "<string>", "showInDiscovery": true, "createdAt": "2023-11-07T05:31:56Z" } ] }
Your application's uid
1
Start after the given createdAt timestamp (ISO 8601) for pagination
Successful retrieval
The response is of type object.
object