Skip to main content
GET
/
api
/
v2
/
partner
/
residuals
/
exports
/
{export_id}
Get export status
curl --request GET \
  --url https://api.modulate.aurorapayments.net/api/v2/partner/residuals/exports/{export_id} \
  --header 'X-Partner-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

X-Partner-API-Key
string
header
required

Path Parameters

export_id
string
required

Export job ID

Required string length: 1 - 100

Response

Successful Response