Skip to main content
GET
/
core
/
v1
/
notifications
Get Subscribed Notifications
curl --request GET \
  --url https://api.dev.name.com/core/v1/notifications \
  --header 'Authorization: Basic <encoded-value>'
{
  "subscriptions": [
    {
      "active": true,
      "createDate": "<string>",
      "eventName": "<string>",
      "id": 123,
      "updateDate": "<string>",
      "url": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.name.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.

Response

A successful response.

subscriptions
* The record for each notification you have subscribed to · object[]