Skip to main content
POST
Ignore onboardings in bulk
Key: Write Scope: Company

Authorizations

Authorization
string
header
required

Use your Primo API key in the Authorization header as Bearer <API_KEY>.

Body

application/json
onboardingIds
string[]
required

IDs of the onboardings to ignore (1-100, unique). Best-effort and independent: inspect the per-id results — the HTTP status is 200 even when some items fail.

Required array length: 1 - 100 elements

Response

default - application/json
successCount
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
failureCount
integer
required
Required range: -9007199254740991 <= x <= 9007199254740991
results
object[]
required

Per-onboarding outcome, in the same order as the input.