Skip to main content
GET
/
v1
/
mozbots
List mozbots
curl --request GET \
  --url https://mozbot.mozartfintech.com/api/v1/mozbots \
  --header 'Authorization: Bearer <token>'
{
  "mozbots": [
    {
      "name": "<string>",
      "icon": "<string>",
      "id": "<string>",
      "publishedmozbotId": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

folderId
string

Response

Successful response

mozbots
object[]
required