# Web hooks

## Collaborator

<mark style="color:green;">`POST`</mark> `https://muni-portal-backend.openup.org.za/api/webhooks/collaborator/`

Accepts any JSON object as request data.

#### Headers

| Name          | Type   | Description          |
| ------------- | ------ | -------------------- |
| Content-Type  | string | application/json     |
| Authorization | string | Bearer ...api key... |

{% tabs %}
{% tab title="201 The request data was received and queued for processing." %}

```
```

{% endtab %}
{% endtabs %}
