Skip to main content
Back to API List Fetches the status of the Proactive Notifications API.
FieldValue
MethodGET
Endpointhttps://{{host}}/api/public/bot/{{BotID}}/notify/status/{{requestId}}
Content Typeapplication/json
Authorizationauth: {{JWT}} — See How to generate the JWT Token.
API ScopeApp Builder: Proactive Messages; Admin Console: Channel Management > Proactive Messages

Path Parameters

ParameterRequired/OptionalDescription
hostRequiredThe environment URL. For example, https://platform.kore.ai
BotIdRequiredBot ID or Stream ID. Accessible under General Settings on the App Builder. Note: Required only for App Builder API scope of Proactive Messages.
requestIdRequiredThe unique Request ID returned by the Proactive Notifications API to track progress.

Sample Request

Body Parameters

No body parameters are passed.

Sample Response

The status field can be "SUCCESS", "FAILURE", or "PARTIAL_SUCCESS".