Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 72 Next »

Welcome to the Cloud Card API Documentation.

Do you still have questions?

We're always happy to help, so please don't hesitate to contact CloudCard Support if you have any questions, comments, or feedback. Thanks! (smile)

Usage

  1. For most uses, you will need to first authenticate with the API to get an authentication token.  
  2. For all subsequent requests, store the authentication token in an HTTP header called X-Auth-Token.

Integration Fee

  • There is a $3,300 integration fee for all technology partners. 
  • This fee is waived for customer organizations. 

Common Use Cases

Automatically Creating Users

  • Generate a list of email addresses (and possibly student ID numbers) for the users that need to be imported into Cloud Card.
  • Iterate over the list, calling Create a Person for each desired user.
  • Here is a Postman collection that demonstrates the workflow for creating users. 

Automatically Download Photos

  • Call Get Photo List specifying "status=APPROVED" to get a list of approved photos, which are ready to be downloaded.
  • Iterate over the list of approved photos 
  • Here is a Postman collection that demonstrates the workflow for downloading photos. 


SharpTop engineers are available to create custom integration scripts. Please contact CloudCard Support if you have questions.

  • No labels