Skip to main content

Resend Interchange

Resend a previously transmitted interchange to its original recipient.

Endpoint

POST /v2/interchanges/resend/{id}

Path Parameters

ParameterTypeRequiredDescription
idlongYesThe unique ECGrid Interchange ID to resend.

Response

Returns a boolean indicating whether the resend request was accepted successfully.

{
"success": true,
"data": true
}

Code Examples

curl -X POST "https://rest.ecgrid.io/v2/interchanges/resend/$ID" \
-H "X-API-Key: $ECGRID_API_KEY"

See Also