Skip to main content

Update a token

PATCHhttps://api.courier.com/users/:user_id/tokens/:token
Apply a JSON Patch (RFC 6902) to the specified token.
PATH PARAMS
user_idstringrequired
The user's ID. This can be any uniquely identifiable string.
tokenstringrequired
The full token string.
BODY PARAM
patcharray
An array of patch operations. Learn more
Responses
AUTH TOKEN
curl --request PATCH \
--url https://api.courier.com/users/user-1234/tokens/ABW7HO9Y7XAQXZ7Y \
--header 'Accept: application/json'
Response Example
Empty