# Notification

{% openapi src="<https://content.gitbook.com/content/tXIYKGMTeHub5C8O9fER/blobs/TC8KXqdBoVrA1ZGmo9Kk/UshahidiV3.json>" path="/api/v3/notifications" method="get" %}
[UshahidiV3.json](https://content.gitbook.com/content/tXIYKGMTeHub5C8O9fER/blobs/TC8KXqdBoVrA1ZGmo9Kk/UshahidiV3.json)
{% endopenapi %}

## add notification

<mark style="color:green;">`POST`</mark> `https://ushahididocs.api.ushahidi.io/api/v3/notifications`

#### Request Body

| Name     | Type    | Description         |
| -------- | ------- | ------------------- |
| user\_id | Integer | The user identifier |
| set\_id  | Integer | Set ID              |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "id": 7,
    "url": "http://localhost:8000/api/v3/notifications/7",
    "user": {
        "id": 4,
        "url": "http://localhost:8000/api/v3/users/4"
    },
    "set": {
        "id": 1,
        "url": "http://localhost:8000/api/v3/sets/1"
    },
    "created": "2022-11-02T19:06:07+00:00",
    "updated": null,
    "allowed_privileges": [
        "read",
        "create",
        "update",
        "delete",
        "search"
    ]
}
```

{% endtab %}
{% endtabs %}

## add notification

<mark style="color:orange;">`PUT`</mark> `https://ushahididocs.api.ushahidi.io/api/v3/notifications/6`

#### Request Body

| Name     | Type    | Description         |
| -------- | ------- | ------------------- |
| user\_id | Integer | The user identifier |
| set\_id  | Integer | Set ID              |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
    "id": 7,
    "url": "http://localhost:8000/api/v3/notifications/7",
    "user": {
        "id": 4,
        "url": "http://localhost:8000/api/v3/users/4"
    },
    "set": {
        "id": 1,
        "url": "http://localhost:8000/api/v3/sets/1"
    },
    "created": "2022-11-02T19:06:07+00:00",
    "updated": null,
    "allowed_privileges": [
        "read",
        "create",
        "update",
        "delete",
        "search"
    ]
}
```

{% endtab %}
{% endtabs %}

{% openapi src="<https://content.gitbook.com/content/tXIYKGMTeHub5C8O9fER/blobs/TC8KXqdBoVrA1ZGmo9Kk/UshahidiV3.json>" path="/api/v3/notifications/6" method="get" %}
[UshahidiV3.json](https://content.gitbook.com/content/tXIYKGMTeHub5C8O9fER/blobs/TC8KXqdBoVrA1ZGmo9Kk/UshahidiV3.json)
{% endopenapi %}

{% openapi src="<https://content.gitbook.com/content/tXIYKGMTeHub5C8O9fER/blobs/TC8KXqdBoVrA1ZGmo9Kk/UshahidiV3.json>" path="/api/v3/notifications/6" method="delete" %}
[UshahidiV3.json](https://content.gitbook.com/content/tXIYKGMTeHub5C8O9fER/blobs/TC8KXqdBoVrA1ZGmo9Kk/UshahidiV3.json)
{% endopenapi %}
