# Bowdang

## API Overview

Common terms are used in the document:

* **Provider**: refers to API/System.
* **Operator**: refers to who needs to integrate with our system.

Provider API and Operator Integration API uses hash to validate incoming request integrity.

HTTP(s) are used to send and receive data. Data of type JSON are supported. Refer to the ([http://www.json.org/](https://www.json.org/)) for more information of JSON.

## Integration Information

* Endpoint URL
* Contact: Phone/Email
* IP Address For Whitelist

## Reference

The hash encryption algorithm is described in section [**Encrypt MD5**](/reference/encrypt-md5.md)**.**

The different lottery codes is described in section [**Lottery Code**](/reference/lottery-code.md)**.**

The language support is described in section [**Language Code**](/reference/language-code.md)**.**

The currency support is described in section [**Currency Code**](/reference/currency-code.md)**.**

Operator Integration API responses with Status integer number which indicates if the request success. The Status reference is described in section [**Status Code**](/reference/status-code.md)**.**

{% content-ref url="/pages/dYQqiLleBM5epvdtq5wP" %}
[Reference](/reference.md)
{% endcontent-ref %}

## Login

The provider supports 1 type of login method.

* Access Token Login

{% content-ref url="/pages/MmiT9K9DKU2GWIzi3wm3" %}
[Login Flow](/login-flow.md)
{% endcontent-ref %}

## Integration API

This document describes a set of provider side APIs.

This document describes set of APIs which Operator needs to implement to integrate with Seamless Wallet API.

{% content-ref url="/pages/LkssnoRAOIEsPmz3qxND" %}
[API Interface](/api-interface.md)
{% endcontent-ref %}


---

# 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://doc.bowdang.co/bowdang.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.
