Message Attempt

Number of APIs: 9

  1. Delete attempt response body DELETE {{baseUrl}}/api/v1/app/:app_id/msg/:msg_id/attempt/:attempt_id/content

  2. 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>

  3. 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>

  4. List Attempted Destinations GET {{baseUrl}}/api/v1/app/:app_id/msg/:msg_id/endpoint?limit=<uint64>&iterator=<string>

  5. 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>

  6. 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>

  7. Get Attempt GET {{baseUrl}}/api/v1/app/:app_id/msg/:msg_id/attempt/:attempt_id

  8. Resend Webhook POST {{baseUrl}}/api/v1/app/:app_id/msg/:msg_id/endpoint/:endpoint_id/resend

  9. 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>