API Endpoints
Upload Application
Send an application to Square Cloud. It has a rate limit of 1 request every 10 seconds.
POST
/
v2
/
apps
Authorization
string
requiredThe API key for your account. You can find this in your account settings.
file
file
requiredThe application to upload. Must be a ZIP file.
Response
status
string
Indicates whether the call was successful. “success” if successful, “error” if not.
code
string
The status code of the response.
response
object
The contents of the response.
Was this page helpful?