Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 5.98 KB

phonenumber.md

File metadata and controls

20 lines (16 loc) · 5.98 KB

PhoneNumber

Success

Fields

Field Type Required Description Example
object models.PhoneNumberObject ✔️ String representing the object's type. Objects of the same type share the same value.
phone_number
phone_number str ✔️ N/A +11234567890
reserved bool ✔️ N/A false
verification Nullable[models.PhoneNumberVerification] ✔️ N/A {
"status": "verified",
"strategy": "phone_code",
"attempts": 2,
"expire_at": 1622852400
}
linked_to List[models.IdentificationLink] ✔️ N/A [
{
"type": "oauth_google",
"id": "link_id_123"
}
]
created_at int ✔️ Unix timestamp of creation
1594842023
updated_at int ✔️ Unix timestamp of creation
1604842023
id Optional[str] N/A ph_123456789
reserved_for_second_factor Optional[bool] N/A false
default_second_factor Optional[bool] N/A true
backup_codes List[str] N/A [
"code1",
"code2",
"code3"
]