Update subscriber credentials
Subscriber credentials associated to the delivery methods such as slack and push tokens.
PUT
/v1/subscribers/{subscriberId}/credentials
Authorization
Authorization
<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
In: header
Request Body
application/json
RequiredproviderId
RequiredstringThe provider identifier for the credentials
Value in:
"slack" | "discord" | "msteams" | "mattermost" | "ryver" | "zulip" | "grafana-on-call" | "getstream" | "rocket-chat" | "whatsapp-business" | "fcm" | "apns" | "expo" | "one-signal" | "pushpad" | "push-webhook" | "pusher-beams"
integrationIdentifier
stringThe integration identifier
credentials
RequiredobjectCredentials payload for the specified provider
Path Parameters
subscriberId
RequiredstringHeader Parameters
idempotency-key
stringA header for idempotency purposes
OK