REST API

Learn what the WinWinKit REST API is and how to use it.

Call the WinWinKit REST API directly when no SDK fits your runtime.

Base URL

All requests should be made to the following base URL:

https://api.winwinkit.com/

Format

Requests and responses are JSON. Send Content-Type: application/json on requests with a body.

Authentication

Every request must include an API Key in the x-api-key header. See Authentication for details.

Errors

All non-2xx responses follow a consistent shape and include machine-readable error codes you can branch on. See Errors for the full reference.