Skip to main content
GET
/
domain
/
v1beta1
/
securityCodes
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/domain/v1beta1/securityCodes \
  --header 'Authorization: Bearer <token>'
{
  "kind": "<string>",
  "securityCodeList": [
    {
      "asUser": {
        "email": "<string>",
        "kind": "<string>",
        "name": "<string>",
        "nonGoogle": true,
        "thumbnailPictureUrl": "<string>"
      },
      "code": "<string>",
      "description": "<string>",
      "expiration": "2023-11-07T05:31:56Z",
      "kind": "<string>",
      "lastModifier": {
        "email": "<string>",
        "kind": "<string>",
        "name": "<string>",
        "nonGoogle": true,
        "thumbnailPictureUrl": "<string>"
      },
      "lastUsedTime": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

domain
string

The domain

securityCode
string

The security code

Response

200 - application/json

A ApiSecurityCodeList response

kind
string
securityCodeList
object[]