API 1
cURL
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" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the tag to retrieve.
default response
Show child attributes
Was this page helpful?