Update integration token

Update the integration token for a given integration id.

Parameters:

NameRequiredTypeInDescription
idid is requiredstringpathID of the integration to update
tokenyesstringbodyValue of the new token

Example:

{ "token": "12312323123.123123.123123" }

Response:

{ "data": "token updated successfully" }
Language
Authorization
Header
Click Try It! to start a request and see the response here!