Authentication
  • 26 Apr 2022
  • 1 Minute zum Lesen
  • Mitwirkende
  • pdf

Authentication

  • pdf

Article Summary

ICFM creates dedicated API user(s) with apopriate permissions for you.
At https://signin.campos.ch/Token you can then generate access tokens for such an API user and act on its behalf.
image.png
For security reasons the token will expire after one year. You will get a reminder e-mail prior expiration to renew the token.
The token must be treated as a secret and is used as a bearer token in the HTTP header:

Authorization: Bearer <token>

What's Next