Skip to main content
POST
Create verification session

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
pid
string
required

PID owned by the authenticated API key.

clientId
string
required

Developer-defined client identifier used to map completion back to your user.

guildId
string | null

Response

Verification session created or existing pending session reused.

status
enum<integer>
Available options:
200
data
object
timestamp
string<date-time>
version
string
verifyRequestsRemaining
integer | null
verifyIpRequestsRemaining
integer | null