# How to use DCKAP Integrator Dynamic URL's?

### **Steps to access the Pipe/Workflow URL and ID**

1. Log into DCKAP Integrator.
2. Navigate to the Project by clicking on the Manage button. This will take you to the Integrations page where you can access your pipes. For workflow, navigate to the Workflows page.
3. Click on the "Copy URL" Button on the Pipe/Workflow you wish to sync. This will open a pop-up with this message "You have to ensure the IP (3.12.63.50) is whitelisted for this dynamic pipe to function properly." So ensure that the DCKAP Integrator server IP is whitelisted before using the URL.
4. Click 'OK', and the URL is now copied to your clipboard.
5. You can call this URL with the your [access token](#steps-to-get-an-access-token-from-dckap-integrator) as a Bearer in request header.

   `Authorization: Bearer <access_token>`

{% hint style="info" %}
Example URL: <https://lightning.dckap.com/v1/dynamic/listener/a1b2c3d4.........e5>

The Last Segment of URL is the Pipe/Workflow ID : "[a](https://lightning.cloras.com/v1/dynamic/listener/5f7adeb02943b4000e83cd2f)1b2c3d4.........e5".
{% endhint %}

## **Steps to get an Access token from** DCKAP Integrator

1. Click on your account name in Top Right Corner.&#x20;
2. Click on "Generate Keys" from the dropdown list.
3. Any existing Tokens will be listed there. If it is empty, then click on Generate New Token.
4. Enter the following details to generate a new token
5. Click on the "Copy Token Button". The token will be copied to your clipboard.

Now you have the Dynamic URL and Access Token, which can be used from the eCommerce or ERP system to access the pipe/workflow in DCKAP Integrator.<br>


---

# 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://docs.dckapintegrator.com/tutorials/how-to-use-dynamic-url.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.
