Note |
---|
Persistent Access Tokens will be deployed in early November 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
...