curl --request POST \
--url 'https://edi.stateset.com/v1/partners/{id}/certification/run-standard' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
{
"pack_name": "string",
"partner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"passed": true,
"passed_count": 1,
"results": [
{
"actual_valid": true,
"detail": "string",
"expected_valid": true,
"name": "Two-Person Tent",
"passed": true
}
],
"total": 102
}
Runs the prebuilt retail-baseline certification pack — generated for this
partner’s envelope — so a customer can certify without authoring samples.
POST
/
v1
/
partners
/
{id}
/
certification
/
run-standard
curl --request POST \
--url 'https://edi.stateset.com/v1/partners/{id}/certification/run-standard' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
{
"pack_name": "string",
"partner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"passed": true,
"passed_count": 1,
"results": [
{
"actual_valid": true,
"detail": "string",
"expected_valid": true,
"name": "Two-Person Tent",
"passed": true
}
],
"total": 102
}
partner’s envelope — so a customer can certify without authoring samples.
Path parameters
string
required
Partner ID
Response
CertificationReport
string
required
string
required
boolean
required
True only when every case passed.
integer
required
CaseResult[]
required
integer
required
Status codes
| Code | Meaning |
|---|---|
200 | Certification report |
403 | Not this credential’s partner |
404 | Unknown partner |
curl --request POST \
--url 'https://edi.stateset.com/v1/partners/{id}/certification/run-standard' \
--header "Authorization: Bearer $STATESET_EDI_API_KEY"
{
"pack_name": "string",
"partner_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"passed": true,
"passed_count": 1,
"results": [
{
"actual_valid": true,
"detail": "string",
"expected_valid": true,
"name": "Two-Person Tent",
"passed": true
}
],
"total": 102
}
Last modified on August 31, 2026