Concepts
Before diving into API requests, it helps to understand how the Showpad API works under the hood. These guides cover everything from basic request/response patterns to authentication and error handling.
FundamentalsCore concepts: requests, responses, HTTP methods, and data formats.VersionsAPI versioning strategy and differences between v3 and v4.AuthenticationSet up OAuth2 authentication and manage API credentials.CORSCross-Origin Resource Sharing and browser-based API requests.API TestingTest API requests directly in the browser using our interactive docs.Error CodesUnderstand error responses and how to handle them.