cURL
curl --request GET \ --url https://api.gofermata.com/v1/companies/{company_id}/webhooks \ --header 'Authorization: Basic <encoded-value>'
{ "data": [ { "id": "<string>", "company_id": "<string>", "url": "<string>", "username": "<string>", "password": "<string>", "created_at": "<string>", "updated_at": "<string>" } ] }
List all webhooks for company
To authenticate against the API, use HTTP Basic Authentication with your customer ID as the username and API key as the password.
OK
The response is of type object.
object