Hi, I'm using an API to extract data
for this purpose, the scope of Celonis, I am trying to adapt the configuration parameters that are 100% functional in POSTMAN, but when building Extractor I am finding it difficult to adapt
1) The API Resource first requires a POST request to generate the Bearer Token:
Request POST: https://prod.api.wehandle.com.br/login
Params
Authorization
Header:
Body:
Scripts:
Result Body Response:
2) The second request uses the generated Token to GET data from the API
Params
Authorization
Headers
Result Body Response
I'm having trouble recreating this integration successfully via Extractor Builder
Perhaps my starting point would be to decide the Authentication Method between
Bearer Authentication
or
Custom Authentication
Can you give me some guidance?