Developer Zone

Developer Zone

Wicked Smart Pad API Documentation


Overview


The Wicked Smart Pad API follows REST conventions and employs a predictable URL structure. API calls are made under the base URL

Link Here

All responses are returned in standard JSON format!!


Authentication


To authenticate API requests, include the following header in your request:

  • Key: Authorization
  • Value: SXhP97xG_k-HKxvlRynK7Q


Setting Up

  1. URL: Use https://u7jhmus484.execute-api.us-east-1.amazonaws.com/Sandbox/SmartModule?orgId=XXX as the endpoint URL, replacing XXX with your organization's valid orgId number.
  2. Headers: Add the Authorization header as described above.
  3. Method: Use the HTTP GET method.

  4. Multi ID: You can also call multiple ids by replacing XXX in the preious url with and ID + ID continiously. For example 577+578+579



Error Codes

Error Codes Reason User Message
400 - Bad Request Invalid Parameters "orgId is a required parameter"
401 - Unauthorized Invalid API Key “Please provide a valid API Key in the Authorization header.”
404 - Not Found Resource Not Found “No organization found with orgId {orgId}.”

Support

For any questions or assistance, please contact us at support@wickedsmartteam.com.

Interactive API Tester

Valid organization ID's for testing: 577, 578, 579
Invalid organization ID: Everything else 😊

Response:


        

Code: