POST
/
v1
/
workflows
curl --request POST \
  --url https://api.base39.io/v1/workflows \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json · object

The body is of type object.

Response

201 - application/json
Retorna o objeto `Workflow` se a criação for bem-sucedida. Retorna um erro se os parâmetros forem inválidos.

The response is of type object.