Jump to Content
use.id
HomeGuidesRecipesAPI ReferenceChangelog
Log Inuse.id
API Reference
Log In
HomeGuidesRecipesAPI ReferenceChangelog

Cogni

  • /status
    • Check if the service is running and on what versionget
  • /openapi
    • Gets the OpenAPI specificationget
  • /health
    • Retrieve health information for serviceget
  • /profile
    • Get the profile document of the serverget
  • /
    • Get the WebID of the serverget
  • /.well-known/jwks.json
    • Retrieve the public keys of the serverget
  • /.well-known/openid-configuration
    • OIDC Configurationget
  • /users/{url-encoded-webid-or-email}
    • putput
  • /otp/validate
    • Validate an OTPget
  • /oauth/authorize
    • OAuth Authorizationget
  • /patch/decide
    • Decide on a patch requestget
  • /oauth/client
    • Client credentials - Legacypost
  • /passwordless/email/send
    • Send a login email to a userpost

use.id Distri

  • /
    • Check if the service is runningget
  • /openapi
    • Gets the OpenAPI specificationget
  • /health
    • Retrieve health information for serviceget
  • /resource
    • Create a new piece of datapost
  • /resources
    • Get a list of resources you have access toget
  • /{data-piece-id}'
    • Get a specific piece of dataget
  • /access
    • Get an overview of who has access to whatget
    • Add or remove access from a set of resourcespatch
  • /types/{url-encoded-uri}
    • putput
  • /subjects/{url-encoded-uri}
    • putput
Powered by 

Check if the service is running and on what version

get https://example.com/status
Language
Click Try It! to start a request and see the response here!