curl --request GET \
--url 'https://edi.stateset.com/v1/onboarding' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
[
{
"blocker": "string",
"created_at": "2026-08-31T14:22:05Z",
"history": [
{
"actor": null,
"at": null,
"from_stage": null,
"note": null,
"to_stage": null
}
],
"partner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"stage": "connected",
"tenant_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"updated_at": "2026-08-31T14:22:05Z"
}
]
All onboarding records for the tenant, newest activity first.
Onboarding records
GET
/
v1
/
onboarding
curl --request GET \
--url 'https://edi.stateset.com/v1/onboarding' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
[
{
"blocker": "string",
"created_at": "2026-08-31T14:22:05Z",
"history": [
{
"actor": null,
"at": null,
"from_stage": null,
"note": null,
"to_stage": null
}
],
"partner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"stage": "connected",
"tenant_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"updated_at": "2026-08-31T14:22:05Z"
}
]
Response
OnboardingRecord[] — each element:
string
When set, the partner is blocked at the current stage; advancing is refused until cleared.
string (date-time)
required
OnboardingEvent[]
required
string
required
OnboardingStage
required
string
required
string (date-time)
required
Status codes
| Code | Meaning |
|---|---|
200 | Onboarding records |
403 | Admin credential required |
curl --request GET \
--url 'https://edi.stateset.com/v1/onboarding' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
[
{
"blocker": "string",
"created_at": "2026-08-31T14:22:05Z",
"history": [
{
"actor": null,
"at": null,
"from_stage": null,
"note": null,
"to_stage": null
}
],
"partner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"stage": "connected",
"tenant_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"updated_at": "2026-08-31T14:22:05Z"
}
]
Last modified on August 31, 2026