curl --request GET \
--url https://api-staging.boost.xyz/users/farcaster/verification \
--header 'Authorization: Bearer <token>'
{
"verified": true
}
Get the farcaster verification status for a given user
curl --request GET \
--url https://api-staging.boost.xyz/users/farcaster/verification \
--header 'Authorization: Bearer <token>'
{
"verified": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success
The response is of type object
.