Classic APIs
ClassicTalentApi
creatorIsIdVerified

creatorIsIdVerified

Gets ID verification status for a user that has a public talent hub profile.

Parameters

NameTypeDescription
userIdUserIdThe id of the user to get verification info about.

Example

const { data: isIdVerified } = await ClassicTalentApi.creatorIsIdVerified({ userId: 45348281 }); 

Example Data

{ data: [{ userId: 45348281, isVerified: false }] } 

Endpoint

GET /v1/users/verification