CBRE Client
  1. Schemas
CBRE Client
  • Client - Projects & Reactives
  • Client Backend Tool
  • File Manager
  • Schemas
    • Reply
    • ErrorReply
    • FieldErrors
    • PageInfo
    • APIAuthentication
    • LoginReply
    • ReauthenticateRequest
    • Account
    • AccountForm
    • AccountSummary
    • AccountList
    • CryptoAddress
    • CryptoAddressList
    • CryptoAddressForm
    • Counterparty
    • CounterpartyForm
    • CounterpartySummary
    • CounterpartyList
    • Transaction
    • TransactionForm
    • TransactionList
    • SecureEnvelope
    • SecureEnvelopeSummary
    • Envelope
    • EnvelopeSummary
    • EnvelopeList
    • Rejection
    • Repair
    • Prepare
    • Prepared
    • IdentityPayload
    • Originator
    • Beneficiary
    • OriginatingVASP
    • BeneficiaryVASP
    • TransferPath
    • IntermediaryVASP
    • PayloadMetadata
    • Person
    • LegalPerson
    • LegalPersonName
    • LegalPersonNameID
    • LocalLegalPersonNameID
    • LegalPersonNameTypeCode
    • NaturalPerson
    • NaturalPersonName
    • NaturalPersonNameID
    • LocalNaturalPersonNameID
    • NaturalPersonNameTypeCode
    • Address
    • AddressTypeCode
    • DateAndPlaceOfBirth
    • NationalIdentification
    • NationalIdentifierTypeCode
    • TransactionPayload
    • PendingPayload
    • TRISAError
    • PublicKeySignature
    • TransferState
    • User
    • UserForm
    • UserList
    • UserPassword
    • APIKey
    • APIKeyForm
    • APIKeyCreated
    • APIKeyList
    • StatusReply
    • TravelAddress
  • Response Schema
  1. Schemas

APIKeyList(APIKeyList)

A list of API Key objects, returned in a paginated fashion.

{
    "page": {
        "page_size": 50
    },
    "api_keys": [
        {
            "id": "01J6DJ9F691CF8E9H0V3ET0M0E",
            "description": "Sarah's Local Development Keys",
            "client_id": "kbxiRmtYvLbkYKrlefJoSB",
            "permissions": [
                "users:view",
                "apikeys:view",
                "counterparties:manage",
                "counterparties:view",
                "accounts:manage",
                "accounts:view",
                "travelrule:manage",
                "travelrule:view",
                "config:view",
                "pki:view"
            ],
            "last_seen": "2024-09-02T19:11:04-05:00",
            "created": "2024-08-28T10:14:43-05:00",
            "modified": "2024-08-28T12:23:24-05:00"
        },
        {
            "id": "01J6TM56VAFMZ6YCKXHTG5P407",
            "description": "Observer Keys",
            "client_id": "fhXdLh5CmMh6ooqm1RP7AA",
            "permissions": [
                "users:view",
                "apikeys:view",
                "counterparties:view",
                "accounts:view",
                "travelrule:view",
                "config:view",
                "pki:view"
            ],
            "last_seen": "2024-09-02T19:23:28-05:00",
            "created": "2024-08-28T10:14:43-05:00",
            "modified": "2024-08-28T12:23:24-05:00"
        }
    ]
}
Built with