senders_get
Fetch details for a specific sender using its sender ID. View sender information to manage push notification settings.
Instructions
To show information about an individual sender, send a GET request
to /senders/SENDER_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sender_id | Yes | The ID of a sender. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | A unique identifier for each sender. This is automatically generated upon sender creation. | |
| name | No | The human-readable name set for the sender. | |
| created_at | No | A time value given in ISO 8601 format. It represents when the sender was created. | |
| vapid_public_key | No | The VAPID public key associated to the subscriptions. This is automatically generated upon sender creation. You can optionally provide it if you want to import your existing key. | |
| vapid_private_key | No | The VAPID private key used to sign notifications. This is automatically generated upon sender creation. You can optionally provide it if you want to import your existing key. |