Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

Persistent Access Tokens are tentatively scheduled be deployed in early December with CloudCard Release 22.10.27.

API Authentication

The CloudCard API now supports Persistent Access Tokens (refresh tokens). Persistent Access Tokens are only used to request Authentication Tokens (session tokens), which can be used by service accounts to make API requests. Authentication Tokens expire automatically after 12 hours but can be deleted earlier by logging out.

...

Info

This authentication strategy is designed to be used with user interfaces and is not the recommended authentication method for API Integrations.

Login:

URI: https://api.onlinephotosubmissioncloudcard.comus/api/login

HTTP Method: POST

...