risk-verifications

Get phone status for risk verification

Check whether a phone number has been added for the currently signed-in user. BILL requires the signed-in user to have a linked phone number for initiating risk verification for the organization.

In the response, if hasPhone is false, you can add a phone number for the user with POST /v3/risk-verifications/phone.

After you add a phone number, you can initiate risk verification for the organization with POST /v3/risk-verifications.

get/v3/risk-verifications/phone

Headers

sessionIdstring nullable

API session ID generated with /v3/login

Example:{{session_id}}
devKeystring nullable

Developer key generated with your BILL developer account

Example:{{developer_key}}

Response

Get phone status for risk verification response

hasPhoneboolean

Set as true if the user has an existing phone number for risk verification

Changes

No recorded changes to this endpoint across all 1 revision of this API.