Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Example:
"60e4b1b4b3b2b5c4c4b3b2b5"
curl --request POST \
--url https://apix.us.amity.co/api/v1/archives/channels/{channelId} \
--header 'Authorization: Bearer <token>'{
"channelId": "<string>",
"archivedAt": "2022-07-07T04:24:20.444Z"
}curl --request POST \
--url https://apix.us.amity.co/api/v1/archives/channels/{channelId} \
--header 'Authorization: Bearer <token>'{
"channelId": "<string>",
"archivedAt": "2022-07-07T04:24:20.444Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"60e4b1b4b3b2b5c4c4b3b2b5"