Fetch Identity Tag
This endpoint allows you to retrieve the details of an identity tag using its unique identifier.
HTTP Request
GET {baseurl}/v1/api/identity/{id}
Path Parameters
Parameter | Type | Required | Description |
---|---|---|---|
id |
string |
Yes | The unique identifier of the identity tag to fetch. |
Example Request
curl -X GET {baseurl}/v1/api/identity/{id} \
-H "Content-Type: application/json" \
-H "x-api-key: {API-KEY}"
Notes
- Ensure the
id
parameter corresponds to a valid identity tag in the system. - Proper authentication is required to access this endpoint.
Sample Response