GET
/
api
/
v1
/
appuid
/
{appUid}
/
labels
/
externalId
/
{externalId}
curl --request GET \
  --url https://a.api.mindset.ai/api/v1/appuid/{appUid}/labels/externalId/{externalId} \
  --header 'x-api-key: <api-key>'
{
  "uid": "<string>",
  "name": "<string>",
  "externalId": "<string>",
  "showInDiscovery": true,
  "createdAt": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

externalId
string
required

Unique externalId of the label

appUid
string
required

Your application's uid

Minimum length: 1

Response

200
application/json
Successful retrieval

The response is of type object.