# Customer API

### API Reference

The Customer API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

The Customer API exclusively supports read operations. Each request limitation is dependent on your current subscription.

#### Base URL

`https://customer-api.wingbits.com/`

#### Authentication

The Customer API uses API keys to authenticate requests. You can obtain your API keys from your Wingbits account dashboard.

Your API key must be included in every request to the API, either as a header or within the request parameters. Ensure your key remains secure and do not expose it in publicly accessible areas, like client-side code or version control systems.

All requests to the Customer API should be made over HTTPS, as requests over HTTP will not be successful. Unauthenticated requests to the API will fail as well.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wingbits.com/developers/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
