Message Attempt
Number of APIs: 9
-
Delete attempt response body DELETE {{baseUrl}}/api/v1/app/:app_id/msg/:msg_id/attempt/:attempt_id/content
-
List Attempts By Endpoint GET {{baseUrl}}/api/v1/app/:app_id/attempt/endpoint/:endpoint_id?limit=<uint64>&iterator=<string>&status=<integer>&status_code_class=<integer>&channel=<string>&tag=<string>&before=<dateTime>&after=<dateTime>&with_content=true&with_msg=false&event_types=<string>
-
List Attempted Messages GET {{baseUrl}}/api/v1/app/:app_id/endpoint/:endpoint_id/msg?limit=<uint64>&iterator=<string>&channel=<string>&tag=<string>&status=<integer>&before=<dateTime>&after=<dateTime>&with_content=true&event_types=<string>
-
List Attempted Destinations GET {{baseUrl}}/api/v1/app/:app_id/msg/:msg_id/endpoint?limit=<uint64>&iterator=<string>
-
List Attempts For Endpoint GET {{baseUrl}}/api/v1/app/:app_id/msg/:msg_id/endpoint/:endpoint_id/attempt?limit=<uint64>&iterator=<string>&channel=<string>&tag=<string>&status=<integer>&before=<dateTime>&after=<dateTime>&event_types=<string>
-
List Attempts GET {{baseUrl}}/api/v1/app/:app_id/msg/:msg_id/attempt?limit=<uint64>&iterator=<string>&endpoint_id=<string>&channel=<string>&tag=<string>&status=<integer>&before=<dateTime>&after=<dateTime>&status_code_class=<integer>&event_types=<string>
-
Get Attempt GET {{baseUrl}}/api/v1/app/:app_id/msg/:msg_id/attempt/:attempt_id
-
Resend Webhook POST {{baseUrl}}/api/v1/app/:app_id/msg/:msg_id/endpoint/:endpoint_id/resend
-
List Attempts By Msg GET {{baseUrl}}/api/v1/app/:app_id/attempt/msg/:msg_id?limit=<uint64>&iterator=<string>&status=<integer>&status_code_class=<integer>&channel=<string>&tag=<string>&endpoint_id=<string>&before=<dateTime>&after=<dateTime>&with_content=true&event_types=<string>