Help with API call (with parameters passed in headers)

ManxPaul

New Member
I need to call an API to retrieve data from a partners system.

I can now call an API (using code written in ye olde Appbuilder) but the required API i need to call requires parameters passed in the header, I have no idea how to do this and would appreciate some pointers!

They advise that a public token will be shared with partners (me) and have provided the token.

They also advise that every request must include an "AuthType" attribute and how this should be provided "External,{{email}},{{PartnerID}}"

Can someone advise how I can add these requirements into the API request?

TIA
 
Top