Skip to main content

Get confirmation email

GET 

{baseUrl}/api/2.0/settings/tfaapp/confirm

Returns the confirmation email URL for authorization via SMS or TFA application.

Responses

Confirmation email URL

Schema
    responsestring
    countint32
    links object[]
  • Array [
  • hrefstring
    actionstring
  • ]
  • statusint32
    statusCodeint32

Authorization: asc_auth_key

name: asc_auth_keytype: apiKeyscopes: read,writedescription: Use Cookie authenticationin: cookie
name: Bearertype: httpdescription: Enter 'Bearer {JWT Token}'scheme: bearerbearerFormat: JWT
name: ApiKeyBearertype: httpdescription: Authentication is determined by the 'Authorization' headerscheme: bearerbearerFormat: API Key
name: Basictype: httpdescription: Enter your username and passwordscheme: basic
name: OAuth2type: oauth2scopes: api.read,api.writedescription: OAuth2 flow with Authorization Codeflows: {
  "authorizationCode": {
    "authorizationUrl": "",
    "tokenUrl": "",
    "scopes": {
      "read": "Read access to protected resources",
      "write": "Write access to protected resources"
    }
  }
}
name: OpenIdtype: openIdConnectdescription: OpenID Connect authenticationopenIdConnectUrl: 
curl -L '/api/2.0/settings/tfaapp/confirm' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>' \
-H 'Authorization: Bearer <token>' \
-H 'Authorization: Basic PHVzZXJuYW1lPjo8cGFzc3dvcmQ+' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Base URL
Auth
ResponseClear

Click the Send API Request button above and see the response here!