
Square is a public API providing easy way to take payments, manage refunds, and help customers checkout online.
All requests require an OAuth 2.0 access token exchanged from your client credentials.
Authorization: Bearer $ACCESS_TOKEN| Method | Path | Description |
|---|---|---|
| GET | https://developer.squareup.com/reference/square | Primary API endpoint. |
curl -X GET "https://developer.squareup.com/reference/square" \ -H "Accept: application/json"