LogoLogo
  • fidentity public documentation
  • Dashboard
  • API
    • Authentication documentation
    • Create a new fidentity process
    • Update a new document for signature
    • URL Management and authentication
  • Use Cases
    • QES
      • Variations
        • Main
        • Split
        • Single run
      • Verification methods
      • QES System URLs
      • Sign hashes
    • SimpleIdent
      • Process steps
      • System URLs
  • Others
    • Compatibility
    • Incident management
    • Release Management
      • Feature Preview
      • Patch Releases
      • Release Notes
        • May 2025
        • April 2025
        • March 2025
        • February 2025
        • January 2025
        • December 2024
        • November 2024
      • Major Releases
    • Change Management
    • Passkeys
    • Custom Domain
    • Dashboard SSO
    • Compliance
      • finma RS2016/7
      • VSB20
      • TAV BAKOM
      • ETSI 119 461
Powered by GitBook
On this page
  • Where is the API-documentation?
  • Where can I get the clientID and clientSecret?
  1. API

Authentication documentation

Where is the API-documentation?

You can find the matching documentation on the docs endpoint of your instance.

https://<yourcompany>.fidentity.ch/docs

Where can I get the clientID and clientSecret?

To obtain your client ID and secret, follow these steps:

  • Sign in to the fidentity dashboard at https://<yourcompany>.fidentity.ch/dashboard

  • Go to User Management

  • Click “Generate API Key” to obtain your client ID and secret. Remember to store them safely as they are only displayed once. If you lose them, you’ll need to regenerate a new API key and the old one will be overwritten. This step only needs to be performed once.

You can use these credentials to create access tokens on the /authenticate endpoint. You only need to regenerate the access token once it expires, not for each new process.

Last updated 10 months ago