# Create JourneyID

{% hint style="info" %}
Only backend to backend call is supported.
{% endhint %}

<mark style="color:green;">`POST`</mark> `https://ekycportaldemo.innov8tif.com/api/ekyc/journeyid`

#### Request Body

| Name     | Type   | Description                 |
| -------- | ------ | --------------------------- |
| username | string | To be assigned by Innov8tif |
| password | string | To be assigned by Innov8tif |

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

```
{
    "status": "success",
    "message": "api.success",
    "journeyId": "7851b4e3-df09-4ab6-8091-xxxxxxxxxxx"
}
```

{% endtab %}
{% endtabs %}

{% hint style="info" %}
The journeyID will be invalid after the data get purged(after 14days)
{% endhint %}

### Input Example

```
{
    "username":"",
    "password":""
}
```

{% hint style="info" %}
Get the Postman Collection\
<https://api.innov8tif.com/emas-ekyc-portal/postman-collection>
{% endhint %}
