API 1
cURL
curl --request GET \ --url https://external.pleo.io/v0/tags/{tagId}/dimensions \ --header 'Authorization: Bearer <token>'
{ "data": [ { "createdAt": "2023-08-23T03:11:48.000Z", "dimensionId": "c04c7e9e-6c15-11ee-b962-0242ac120003", "tagId": "c04c7e9e-6c15-11ee-b962-0242ac120003", "updatedAt": "2023-08-23T03:11:48.000Z", "value": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
default response
Show child attributes