PUT
/
customers
/
{id}
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "name": "Acme Corporation",
  "sendingPhoneNumber": "+1234567890",
  "smsMessagingProfileId": "msg_prof_789",
  "smsBearerToken": "sms_token_def",
  "createdAt": "2023-01-01T12:00:00Z",
  "updatedAt": "2023-03-01T12:00:00Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Unique identifier of the customer to update

Body

application/json
Updated customer information

Request model for updating customer information

Response

200
application/json
Customer updated successfully

Represents a customer account within the Sent platform, including messaging channel configurations and credentials