# New Customer Registration

## New Customer Registration

<mark style="color:blue;">`GET`</mark> `https://traveloapi.com/yourapi/digitalgold/registration`&#x20;

#### Path Parameters

| Name    | Type   | Description                                         |
| ------- | ------ | --------------------------------------------------- |
| gatkey  | string | gatkey (provided by traveloapi)Pass gatkey with url |
| mobile  | string | Mobile Number Of Customer                           |
| name    | string | Name Of Customer                                    |
| pincode | string | pincode Of Customer                                 |
| dob     | string | Date of birth Of Customer Format : yyyy/mm/dd       |

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

```javascript
 response :  {"statuscode":"TXN","status":"Transaction Successful","data":{"id":2478179,"name":"pallabi","mobile_no":"9836069576","dob":"1995\/04\/24","lang_preference":"1","pincode":null,"email":null,"gold_balance":null,"kyc_requirement":{"identity_required":0,"pan_required":0}}}

```

{% endtab %}

{% tab title="404 " %}

```javascript
{
    "message": "Invalid Request",
    "status": "error",
    
}
```

{% endtab %}
{% endtabs %}
