curl --request GET \
--url https://platform.versori.com/api/v2/projects/{project_id}/notifications \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "<string>",
"project_id": "<string>",
"environment_id": "<string>",
"channel_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"channelName": "<string>",
"config": {
"email": {
"to": "<string>",
"cc": [
"<string>"
]
}
},
"type": "<string>"
}
]
}curl --request GET \
--url https://platform.versori.com/api/v2/projects/{project_id}/notifications \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "<string>",
"project_id": "<string>",
"environment_id": "<string>",
"channel_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"channelName": "<string>",
"config": {
"email": {
"to": "<string>",
"cc": [
"<string>"
]
}
},
"type": "<string>"
}
]
}Bearer token authentication used by the Versori Platform. External consumers must provide an API key, however internal consumers must provide a JWT id_token issued by our IdP.
A list of project notifications
Show child attributes