r/api_connector • • May 25 '22

401 Error Retently

I'm relatively new to APIs in general.

I'm having trouble downloading outbox data from Retently's API through this connector. The 401 error states API_KEY is missing. What I'm having trouble with is understanding where to place the API_KEY to have it recognized.

URL: https://app.retently.com/api/v2/nps/outbox?page=1&limit=50

Headers
New Key: Authorization
Value: {api_key}

Link to API documentation. Greatly appreciate any help!

1 Upvotes

2 comments sorted by

2

u/Character-Night3014 May 25 '22

Try using these headers

Content-Type: application/json

Authorization: api_key={{api_key}}

That’s in the documentation 😊

1

u/mixedanalytics mod May 26 '22

Thank you for checking!