Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Setting Up an initial Launch API Request in Postman

Avatar

Level 2

Hello

I'm new to working with Adobe Launch APIs and have been trying to test a connection using the Postman Application.

I have went through the getting an Access Token process and have already started to send requests to Adobe Launch

but right now i'm getting a response from the Reactor API

"errors": [

  {

   "id": "7dc9fc8d-b798-4a4f-8650-17cd3dc0cdcd",

   "status": "400",

   "code": "headers-missing",

   "title": "Headers missing",

   "detail": "Required headers were not present in the request",

   "meta": {},

   "source": {}

  }

  ]

}

I can not find any information on what 'headers' the Launch API requires.

in my headers I have

- the company id

- authorization bearer token

- user agent

- accept

- cache control

- postman-token

- host

- accept-encoding

- connection

and in my parameters i have

- API_key

Can anyone tell me what I'm missing from my headers & or parameters?

End point = https://reactor.adobe.io/companies

0 Replies