# ImmigraFlow API ## API Docs - Check [Check case status](https://doc.immigraflow.com/check-case-status-33719338e0.md): Finds a case by user email + receipt number under the authenticated partner. - Users [Verify email token](https://doc.immigraflow.com/verify-email-token-33736395e0.md): - Users [List users](https://doc.immigraflow.com/list-users-33719339e0.md): Returns all users belonging to the authenticated partner. - Users [Create user](https://doc.immigraflow.com/create-user-33719340e0.md): Creates a new end user under the authenticated partner. - Users [Get user](https://doc.immigraflow.com/get-user-33719341e0.md): Returns one user if it belongs to the authenticated partner. - Users [Update user](https://doc.immigraflow.com/update-user-33719342e0.md): Updates allowed user fields. - Cases [List user cases](https://doc.immigraflow.com/list-user-cases-33719343e0.md): Lists all monitored cases for a specific user. - Cases [Create case](https://doc.immigraflow.com/create-case-33719344e0.md): Adds a monitored case to the user and validates receipt with USCIS. - Cases [Get one case](https://doc.immigraflow.com/get-one-case-33719345e0.md): Returns one case and status history. - Cases [Update case](https://doc.immigraflow.com/update-case-33719346e0.md): Updates case fields (active, description). - Webhooks [List webhooks](https://doc.immigraflow.com/list-webhooks-33719347e0.md): Lists webhook endpoints configured by the authenticated partner. - Webhooks [Create webhook](https://doc.immigraflow.com/create-webhook-33719348e0.md): Creates a webhook endpoint for partner events. - Webhooks [Get webhook](https://doc.immigraflow.com/get-webhook-33719349e0.md): Returns one webhook by id. - Webhooks [Update webhook](https://doc.immigraflow.com/update-webhook-33719350e0.md): Updates URL, description, active flag, or signing secret. - Webhooks [Delete webhook](https://doc.immigraflow.com/delete-webhook-33719351e0.md): Deletes one webhook endpoint by id. ## Schemas - [ErrorEnvelope](https://doc.immigraflow.com/errorenvelope-14379973d0.md): - [CheckRequest](https://doc.immigraflow.com/checkrequest-14379974d0.md): - [User](https://doc.immigraflow.com/user-14379975d0.md): - [UserCreateRequest](https://doc.immigraflow.com/usercreaterequest-14379976d0.md): - [UserUpdateRequest](https://doc.immigraflow.com/userupdaterequest-14379977d0.md): - [CaseSummary](https://doc.immigraflow.com/casesummary-14379978d0.md): - [CaseCreateRequest](https://doc.immigraflow.com/casecreaterequest-14379979d0.md): - [CaseUpdateRequest](https://doc.immigraflow.com/caseupdaterequest-14379980d0.md): - [StatusUpdate](https://doc.immigraflow.com/statusupdate-14379981d0.md): - [CaseDetailsResponse](https://doc.immigraflow.com/casedetailsresponse-14379982d0.md): - [CheckResponse](https://doc.immigraflow.com/checkresponse-14379983d0.md): - [Webhook](https://doc.immigraflow.com/webhook-14379984d0.md): - [WebhookCreateRequest](https://doc.immigraflow.com/webhookcreaterequest-14379985d0.md): - [WebhookUpdateRequest](https://doc.immigraflow.com/webhookupdaterequest-14379986d0.md):