Skip to main content
GET
/
partner
/
notification-platforms
Get notification platforms
curl --request GET \
  --url https://app.cr3dentials.xyz/v1/partner/notification-platforms \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "data": [
    {
      "id": 1,
      "name": "email",
      "displayName": "Email",
      "description": "Send the verification link by email",
      "icon": "https://cdn.cr3dentials.xyz/icons/email.png",
      "isActive": true
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your partner API key. Alternatively, pass Authorization: Bearer <key>.

Response

List of notification platforms

status
string
Example:

"success"

data
object[]