How can I use the Inlet ID for debugging purposes for streaming/edge ingestion done via postman APIs? | Community
Skip to main content
Pradeep-Jaiswal
Level 5
November 6, 2025
Solved

How can I use the Inlet ID for debugging purposes for streaming/edge ingestion done via postman APIs?

  • November 6, 2025
  • 1 reply
  • 152 views

How can I use the Inlet ID for debugging purposes for streaming/edge ingestion done via postman APIs?

Best answer by Tof_Jossic

@pradeep-jaiswal Not sure it is what you need, but I believe you can check the enabled dataflows and some run details using the following if that helps:

 

curl --location 'https://platform.adobe.io/data/foundation/flowservice/flows?inletId={INLET_ID}&status=enabled' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer REDACTED' \ --header 'x-api-key: acp_ui_platform' \ --header 'x-gw-ims-org-id: xxxxxxxx@AdobeOrg' \ --header 'x-sandbox-name: xxx' \ --header 'Content-Type: application/json'

1 reply

Tof_Jossic
Adobe Employee
Tof_JossicAdobe EmployeeAccepted solution
Adobe Employee
November 10, 2025

@pradeep-jaiswal Not sure it is what you need, but I believe you can check the enabled dataflows and some run details using the following if that helps:

 

curl --location 'https://platform.adobe.io/data/foundation/flowservice/flows?inletId={INLET_ID}&status=enabled' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer REDACTED' \ --header 'x-api-key: acp_ui_platform' \ --header 'x-gw-ims-org-id: xxxxxxxx@AdobeOrg' \ --header 'x-sandbox-name: xxx' \ --header 'Content-Type: application/json'
Pradeep-Jaiswal
Level 5
November 10, 2025

This api only takes flow_id as paramtere.

https://platform.adobe.io/data/foundation/flowservice/flows?

I dont find a valid API request/response here for the inletID

https://developer.adobe.com/experience-platform-apis/references/flow-service/#operation/createFlow

Tof_Jossic
Adobe Employee
Adobe Employee
November 10, 2025

I believe the inletID is at Account level, it is not needed this if you want to create a dataflow:

https://experienceleague.adobe.com/en/docs/experience-platform/sources/api-tutorials/create/streaming/http#create-a-dataflow