# 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 %}


---

# 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://api-old.innov8tif.com/emas-ekyc-portal/create-journeyid.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.
