POST
/
v1
/
subscriptions

Authorizations

Authorization
string
headerrequired

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

Headers

Idempotency-Key
string

Chave única de idempotência para evitar duplicação de requisições.

base39-external-client-id
string

Chave de identificação do cliente externo. Utilizada para identificar o cliente que está realizando a requisição.

Body

application/json
name
string
required

Nome da assinatura.

events
object[]
required

Lista de eventos.

notification
object
required

Response

201 - application/json
id
string

Identificador exclusivo para o objeto.

name
string

Nome da assinatura.

events
object[]

Lista de eventos.

notification
object
createdBy
object
updatedBy
object