Este método é responsável por retornar todas as configurações realizadas no webhook, incluindo informações sobre os eventos ativos tanto no webhook principal quanto no secundário. Além disso, ele fornece o token atualmente configurado na instância, permitindo um acompanhamento detalhado das configurações da integração.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET '/rest/config/{{instance_key}}' \
--header'Authorization: Bearer <token>'