Skip to content

TestApi

All URIs are relative to http://localhost

Method HTTP request Description
testGetPendingEmailVerifications GET /{tenantId}/testing/verifications/email
testGetPendingPhoneVerifications GET /{tenantId}/testing/verifications/phone

testGetPendingEmailVerifications

PendingVerificationAttempt testGetPendingEmailVerifications(tenantId, emailAddress)

Parameters

Name Type Description Notes
tenantId String [default to null]
emailAddress String [optional] [default to null]

Return type

PendingVerificationAttempt

Authorization

Oauth2Scheme, Oauth2Scheme, JwtBearerTokenScheme

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

testGetPendingPhoneVerifications

PendingVerificationAttempt testGetPendingPhoneVerifications(tenantId, userId, phoneNumber)

Parameters

Name Type Description Notes
tenantId String [default to null]
userId String [optional] [default to null]
phoneNumber String [optional] [default to null]

Return type

PendingVerificationAttempt

Authorization

Oauth2Scheme, Oauth2Scheme, JwtBearerTokenScheme

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json