建立個性化標籤
Create a new personal tag for client categorization
Authorizations
Query parameters
botIdstringRequired
The bot ID for the API request
Body
secretstringRequiredExample:
Secret key for API authentication
your_secret_key_here
namestringRequiredExample:
The name of the personal tag
VIP Customer
Responses
200
Personal tag created successfully
application/json
401
JWT token is invalid or expired
application/json
403
Permission denied or personal tag creation failed
application/json
404
OpenAPI configuration not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
post
POST /api/openapi/personalTag HTTP/1.1
Host: mantago.cc
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 55
{
"secret": "your_secret_key_here",
"name": "VIP Customer"
}
{
"success": true,
"message": "Create personal tag successfully"
}
Last updated