Skip to main content
GET
/
v0
/
tags
/
{tagId}
Retrieve a tag by its id
curl --request GET \
  --url https://external.pleo.io/v0/tags/{tagId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "archived": false,
    "code": "12345",
    "createdAt": "2023-08-23T03:11:48Z",
    "groupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "id": "c04c7e9e-6c15-11ee-b962-0242ac120002",
    "updatedAt": "2023-08-23T03:11:48Z",
    "name": "Lunch allowance"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tagId
string<uuid>
required

Unique identifier of the tag to retrieve.

Response

default - application/json;charset=UTF-8

default response

data
object
required