Fiat
Get KYC status for a user
Get the current KYC verification status for a user from the configured provider
get/v1/users/{user_id}/fiat/kyc
Path parameters
user_idstring required
The ID of the user to get KYC status for
Query parameters
provider'bridge' | 'bridge-sandbox' required
Valid set of onramp providers
Example:bridge
Headers
privy-app-idstring required
ID of your Privy app.
Response
KYC verification status
Example response
{
"provider_user_id": "303912cc-74fa-4f7a-9c51-2945b40ac09a",
"status": "under_review",
"user_id": "cmaftdj280001ww1ihwhy57s3"
}