Skip to main content
POST
/
v1
/
verification
/
members
/
{memberId}
/
complete
Complete member
curl --request POST \
  --url https://api.usenaive.ai/v1/verification/members/{memberId}/complete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "validation_token": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

memberId
string
required

Body

application/json
validation_token
string
required

Response

OK.

The response is of type object.