V2
V2Totp
Store and retrieve TOTP codes for agent 2FA (authenticator app replacement)
Get current TOTP code
GET/api/v2/totp/code/{secret_id}
V2TotpSecrets
Store and retrieve TOTP codes for agent 2FA (authenticator app replacement)
Register a TOTP secret
POST/api/v2/totp/secrets
List TOTP secrets
GET/api/v2/totp/secrets
Delete a TOTP secret
DELETE/api/v2/totp/secrets/{secret_id}
ModelsExpand Collapse
V2Groups
Operations for group messaging (beta)
Get group membership
GET/api/v2/groups/{group_id}
ModelsExpand Collapse
GroupRetrieveResponse object { data, status }
GroupRetrieveResponse object { data, status }
data: optional object { created_at, group_id, group_name, 6 more }
data: optional object { created_at, group_id, group_name, 6 more }
participant_numbers: optional array of string
participant_numbers: optional array of string
Convenience list of resolved participant phone numbers. Participants with email-only handles remain in participants but are omitted here.
participants: optional array of object { contact_id, handle, name, 4 more }
participants: optional array of object { contact_id, handle, name, 4 more }
V2GroupsVerify
V2GroupsVerifyServices
V2GroupsVerifyServicesVerifications
Sendblue Verify issuance and recovery state
Create a verification
POST/api/v2/verify/services/{service_sid}/verifications
Retrieve a verification
GET/api/v2/verify/services/{service_sid}/verifications/{verification_sid}