Skip to main content
GET
/
customers
/
import
/
{job_id}
/
rejections
Import Rejections
curl --request GET \
  --url https://api.{your-broker}.slate-labs.com/customers/import/{job_id}/rejections
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

job_id
string<uuid>
required

Response

Successful Response