GET
/
v1
/
users
/
{user_id}
/
fiat
/
kyc
curl --request GET \
  --url https://api.privy.io/v1/users/{user_id}/fiat/kyc \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'privy-app-id: <privy-app-id>'
{
  "user_id": "user_123456",
  "provider_user_id": "bridge_user_789012",
  "status": "under_review"
}

Authorizations

Authorization
string
header
required

App secret authentication.

Headers

privy-app-id
string
required

ID of your Privy app.

Path Parameters

user_id
string
required

The ID of the user to get KYC status for

Query Parameters

provider
enum<string>
required
Available options:
bridge,
bridge-sandbox

Response

200 - application/json
KYC verification status

The response is of type object.