Post creates an integrator registration

post

{basePath}/notifications/registration

The API is used to register a subscriber.

The API creates a subscription to a resource for the current subscriber. POST request is used only when registering and doesn't provide the ability to update a registration details. Therefore, the use of PUT request is preferred.

Request

Supported Media Types
Body ()
The SubscriberSecretView
Root Schema : SubscriberSecretView
Type: object
A subscriber subset excluding subscriberId
Show Source
Back to Top

Response

Supported Media Types

200 Response

Creates an integrator

400 Response

400 Bad Request Also returned if integrator already exists.
Back to Top

Examples

Example Request Body

The following example shows the contents of the request body in JSON format:


{
  "keyId": "string",
  "hmacKey": "string",
  "keyType": "string"
}

Example Response Body

Not applicable for this endpoint.

Back to Top