Skip to main content
POST
/
v1
/
mozbots
/
{mozbotId}
/
publish
Publish a mozbot
curl --request POST \
  --url https://mozbot.mozartfintech.com/api/v1/mozbots/{mozbotId}/publish \
  --header 'Authorization: Bearer <token>'
{
  "message": "success"
}

Authorizations

Authorization
string
header
required

Encabezado de autenticación de portador con el formato Bearer <token>, donde <token> es su token de autenticación.

Path Parameters

Response

Successful response

message
enum<string>
required
Available options:
success