JavaScript SDK
Client
The main object is the SquareCloudAPI object, instantiated with an API key. This object signifies a connection to the Square Cloud service and serves as an interface for interacting with different service aspects.
Parameters
API Key
- Type:
string
- Required: Yes
- Description: A valid API key must be provided as a string for authentication.
Get Started
Using the get started endpoint, you can obtain a user object representing the user associated with the API key, as well as a list of applications associated with the user.
Application
Using the Client
, you can obtain an object representing your application. This object is an instance of the Application
class, allowing you to manage your application more conveniently without always needing to pass the ID.
Obtaining an Application
Obtaining All Applications
Was this page helpful?