cURL
curl --request PATCH \ --url http://{defaultHost}/api/v2/platform/digital_links/{id}/reset \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "13", "type": "digital_link", "attributes": { "token": "NBDYF1WRkrnFJewp4PqjATdQ", "access_counter": 0 }, "relationships": { "digital": { "data": { "id": "13", "type": "digital" } }, "line_item": { "data": { "id": "21", "type": "line_item" } } } } }
Resets a digital link, allowing further downloads.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Record updated
The response is of type object.
object
Was this page helpful?