Update Inbox

Authentication

AuthorizationBearer

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

Path Parameters

inbox_idstringRequired
ID of inbox.

Request

This endpoint expects an object.
display_namestringRequired

Display name: Display Name <username@domain.com>.

Response

This endpoint returns an object.
inbox_idstring
ID of inbox.
updated_atdatetime
Time at which inbox was last updated.
created_atdatetime
Time at which inbox was created.
display_namestring or null

Display name: Display Name <username@domain.com>.

client_idstring or null
Client ID of inbox.

Errors