Update mailbox
POST
https://api.inboxkit.com/v1/api/mailboxes/update
Mailboxes
Maintainer:Not configured
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.inboxkit.com/v1/api/mailboxes/update' \
--header 'X-Workspace-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": "string",
"first_name": "John",
"last_name": "Doe",
"user_name": "john.doe",
"profile_picture": "string",
"tags": [
"string"
]
}'
Response Response Example
{
"error": false,
"message": "Mailbox updated successfully"
}
Request
Header Params
X-Workspace-Id
string <uuid>
required
Body Params application/json
Responses
Modified at 2025-06-17 13:00:15