Skip to main content
POST
cURL

Authorizations

X-Api-Key
string
header
required

API key provided by Jobo

Path Parameters

id
string<uuid>
required

Mailbox ID.

Body

application/json
application_id
string<uuid>
required

The application whose verification email should be found. Its apply host and provider give the extraction its context.

wait_seconds
integer | null
default:45

How long to keep polling before answering timeout. Values are clamped server-side.

Required range: 5 <= x <= 75
type
enum<string> | null
default:any

What the verification email is expected to carry. code = only a one-time code satisfies the request; link = only a confirmation link (clicked server-side); any = whichever the email carries.

Available options:
code,
link,
any

Response

The poll finished: status found with the code, or status timeout.

api_version
enum<string>
required

Version of the profileless Auto Apply API contract.

Available options:
2026-08-12
Example:

"2026-08-12"

status
enum<string>
required

timeout means no verification email arrived — an expected outcome, not an error.

Available options:
found,
timeout
waited_seconds
integer
required
type
enum<string> | null

What the verification email carried. Only present when status is found.

Available options:
code,
link
code
string | null

The verification code. Only present when type is code.

The confirmation link found in the email. Only present when type is link.

Whether Jobo successfully clicked the confirmation link server-side. When false, click the returned link yourself.

Final HTTP status of the server-side click, when one was made.

email_from
string | null
email_subject
string | null
email_received_at
string<date-time> | null