Skip to main content
POST
/
api
/
v1
/
oauth
/
verify
Verify Submit
curl --request POST \
  --url https://platform.unstructuredapp.io/api/v1/oauth/verify \
  --header 'Content-Type: application/json' \
  --data '
{
  "user_code": "<string>",
  "api_key": "<string>"
}
'
{}

Body

application/json
user_code
string
required
api_key
string
required

Response

Successful Response

{key}
string