latestOpenAPI 3.0.1MIT2026-08-102249151.2 KB

9eecb207c30d

TFN Verification

List TFN Verifications

Lists all TFN verifications per project.

get/v1/projects/{projectId}/tfnVerification

Path parameters

projectIdstring required

Sinch uses projects to group resources such as contacts and apps together to manage and connect a unique set of keys and secret IDs for all your Sinch API products. To identify a project, it is given a unique alphanumeric identifier that ties it to your account. Your project ID can be found in the Customer Dashboard.

Query parameters

useCasestring

A use case associated to a verification to be searched

statusesTfnVerificationStatus[]
pageSizeinteger
pageTokenstring
orderBystring

Response

A successful response.

totalSizeinteger
nextPageTokenstring

Example response

{
  "tfnVerifications": [
    {
      "termsAndConditionsUrl": "https://www.example.com/terms",
      "privacyPolicyUrl": "https://www.example.com/privacy-policy"
    }
  ]
}