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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.pleo.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <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