# Create Domain

For developer who has system to integrate with, below is the API provided for your easy reference

## Create Domain

<mark style="color:green;">`POST`</mark> `/api/v1/oauth2-app/domains/create`

**Headers：**&#x20;

appid: application id

appkey: application key

#### Request Body

| Name                                     | Type      | Description                                                         |
| ---------------------------------------- | --------- | ------------------------------------------------------------------- |
| name<mark style="color:red;">\*</mark>   | String    | domain name                                                         |
| chains<mark style="color:red;">\*</mark> | String\[] | <p>{</p><p>"chainid":"1",</p><p>"contract\_address":""</p><p>},</p> |
| abi<mark style="color:red;">\*</mark>    | String    | json string                                                         |

{% tabs %}
{% tab title="200: OK " %}

```javascript
{
   "code": 200,
   "data": "",
   "msg": ""// Response
}
```

{% endtab %}
{% endtabs %}
