---
title: "Evaluate participant onboarding"
method: POST
path: "/jurisdiction/evaluate-onboarding"
tags: ["Participant Jurisdictions"]
---

# Evaluate participant onboarding

`POST /jurisdiction/evaluate-onboarding`

Returns a status whether the onboarding operation is allowed or not.

## Query parameters

- `jurisdiction_code` string, required

## Headers

- `X-SCX-SIGNED` string, required
- `X-SCX-TIMESTAMP` string, required

## Response `200`

Returns whether the calling platform is permitted to onboard participants into the given jurisdiction.

- PostEvaluateOnboardingResponse
  - `allowed` boolean — whether participant onboarding is allowed or not for the given jurisdiction

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/zerohash/apis/zerohash-api.md) · [All operations](https://skmtc.net/zerohash/apis/zerohash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zerohash/zerohash-api/revisions/8b647d934363/schema)
