- Sent API
- Sent Group API
- Image
- Video
- Audio
- Document
- TextPOST
- Async StatusPOST
- Administration
- Feature
- Scheduler
Change Profile Name
POST
/api/changeName
Administration
Request
Body Params application/json
key
string
required
name
string
required
Example
{
"key": "XXX123XXX",
"name": "John Doe"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.omnichannelmessenger.com/api/changeName' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "XXX123XXX",
"name": "John Doe"
}'
Responses
🟢200Response
application/json
Body
object {0}
Example
{}
🟠403Key not valid