LogoLogo
HomeIntegrityControlSolutionsManagement Center
3.1.0 Enrollment
3.1.0 Enrollment
  • THE SERVICE
    • Overview
    • About this release
      • Release notes
      • Breaking changes
    • Get started
    • Installation
      • Container
      • Linux
      • Windows
  • Modules
    • Overview
    • AuthN
    • Enrollment
      • Overview
      • Properties
      • OATH Software Token
        • Overview
        • Properties
      • OATH Hardware Token
        • Overview
        • Properties
      • Passkey
        • Overview
        • Properties
      • Fortified ID mobile
        • Overview
        • Properties
    • TokenAdminApi
      • Overview
      • Properties
      • HTTP API
    • TokensDb
      • Overview
      • Properties
      • OATH Software (oathsw)
      • OATH Hardware (oathhw)
      • Passkey (webauthn)
        • Public Key Credential Creation Options (credential_creation_options)
    • Other modules
  • Operations
    • Database
      • Connect to database
      • Operate
      • Troubleshoot
    • Troubleshooting
      • Extended logging
    • CEF logging
    • PSKC File Import
  • Token devices
    • OATH mobile apps
  • Installation
    • Using a container
    • Windows
    • Unix
Powered by GitBook
On this page
  1. Modules
  2. TokenAdminApi

HTTP API

PreviousPropertiesNextTokensDb

POST

PUT

Import PSKC file

post

Import PSKC file

Body
filebinaryRequired

PSKC file to import

Responses
201
Success
400
Bad input
401
Unauthorized
404
Token not found
post
POST /api/oath/tokens HTTP/1.1
Host: 
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 13

"file=null"

No content

Deactivate a hardware token

put

Deactivate a hardware token

Path parameters
serialNumberstringRequired

Hardware token serial number

Responses
200
Token is deactivated
400
Bad input
401
Unauthorized
404
Token not found
put
PUT /api/oath/tokens/{serialNumber}/state HTTP/1.1
Host: 
Accept: */*

No content

  • POST
  • POSTImport PSKC file
  • PUT
  • PUTDeactivate a hardware token