cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/member-tags/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "3f8a1c2e-7b45-4d9f-a6e2-0c1d5f8b3a7e", "name": "Studio X", "isActive": true, "createdAt": "2025-02-19T19:32:55.662Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The member tag uuid.
uuid
200
The unique identifier for the object.
The name of the member tag.
Whether the member tag is active.
The timestamp when the object was created.