Skip to main content
PATCH
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

RCS agent ID

Body

application/json
profile_id
string<uuid> | null

Messaging profile ID associated with the RCS Agent

Example:

"4001932a-b8a3-42fc-9389-021be6388909"

webhook_url
string<url> | null

URL to receive RCS events

Example:

"http://example.com"

webhook_failover_url
string<url> | null

Failover URL to receive RCS events

Example:

"http://example.com"

Response

Successful response with the updated RCS agent

data
object