API and client_id's

Never passed these params within URL. I think headers keeps the request a little tidy as well so I would personally recommend using headers anyways :slight_smile:

Also you can set headers once and reuse them for multiple calls rather than having to add the params to every request URL. I’m sure you will agree :slight_smile: