Developers
V1AuthAdmin setup

Check your own platform access and sign-in status

GET
/v1/auth/admin-setup
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/auth/admin-setup"
{  "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",  "phoneVerified": true,  "hasPasskey": true,  "platformAdmin": true,  "authMethod": "string",  "freshAuthentication": true}