Document collaboration

Read one of your notifications with current access checks

GET
/v1/notifications/{notificationId}

Authorization

bearerAuth
AuthorizationBearer <token>

A personal API key (psk_…) or an OAuth access token (plan_at_…). Scopes: read, write.

In: header

Path Parameters

notificationId*string

The notificationId.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/notifications/string"
{  "id": "string",  "sequence": "string",  "type": "string",  "eventType": "string",  "threadId": "string",  "actorName": "string",  "activity": "string",  "documentTitle": "string",  "excerpt": "string",  "url": "string",  "mentioned": true,  "read": true,  "createdAt": "string"}