> For the complete documentation index, see [llms.txt](https://docs.coda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coda.co/codashop-and-distribution/integration-guides/getting-started-with-integration.md).

# Getting Started with Integration

## <mark style="color:purple;">Step 1: Go to Titles tab from the side menu and click on Title Details button</mark>

<figure><img src="/files/bJ2abkbPdivNGKxoiIZU" alt=""><figcaption></figcaption></figure>

## <mark style="color:purple;">Step 2: Go to Fulfilment APIs tab and click on 'Submit New API Request' button</mark>

<figure><img src="/files/sejgP5tOVaRGna2Lowcv" alt=""><figcaption></figcaption></figure>

## <mark style="color:purple;">Step 3: Submit Staging API Credentials</mark>

Enter all the required fields in the API credential form and Submit.

1. [Validate API](/codashop-and-distribution/integration-guides/validation-api-request.md)
2. [Top-Up API](/codashop-and-distribution/integration-guides/top-up-api-request.md)
3. [Usersync API (optional)](/codashop-and-distribution/integration-guides/usersync-api-request.md)
4. <mark style="color:purple;">**Secret Key:**</mark> The partner defines this value and shares it with Coda. It is recommended that the length of the secret key not exceed 64 characters.
5. <mark style="color:purple;">**Service Provider:**</mark> Service Provider can be used in cases where there are different apps using the same API. If not used, the default value used should be “Coda”.
6. <mark style="color:purple;">**Merchant Transaction ID:**</mark> Partner's order ID in validating response. (*Optional*)
7. <mark style="color:purple;">**Role ID:**</mark> The role ID/character ID of this user account. If the Validate API response includes roleList, it is required.
8. [Serverlist API](/codashop-and-distribution/integration-guides/fetch-server-list-request-optional.md) (*Optional*)

<figure><img src="/files/IXGmObniTCIq48A87IWz" alt=""><figcaption></figcaption></figure>

## <mark style="color:purple;">Step 4: Fulfilment API Submitted and Verified</mark>

<figure><img src="/files/npvhN0nxJKY6MffJjUIj" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.coda.co/codashop-and-distribution/integration-guides/getting-started-with-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
