Receber evento qitech
POST/v1/webhooks/qitech
Para autenticar, passe no header { "Authorization": "Bearer SUA_API_KEY", "Base39-Disbursement": "SUA_CHAVE_DESEMBOLSO" }
.
Request
Header Parameters
Base39-Disbursement stringrequired
Para esse endpoint a autenticação deve ser passada no header, assim como a chave de desembolso. Exemplo { "Authorization":"Bearer SUA_API_KEY", "Base39-Disbursement":"SUA_CHAVE_DESEMBOLSO" }
Example: qitech
- application/json
Body
encoded_body stringrequired
Informações provenientes de terceiros com encode jwt
Example:
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
Responses
- 200
Retorna o id da fila
Loading...