API 1
cURL
curl --request POST \ --url https://external.pleo.io/v0/tags/{tagId}/dimensions/{dimensionId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json;charset=UTF-8' \ --data ' { "value": "<string>" } '
{ "data": { "createdAt": "2023-08-23T03:11:48Z", "dimensionId": "c04c7e9e-6c15-11ee-b962-0242ac120003", "tagId": "c04c7e9e-6c15-11ee-b962-0242ac120003", "updatedAt": "2023-08-23T03:11:48Z", "value": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
default response
Show child attributes
Was this page helpful?