Every API end point requires a token parameter value passed as a header.
A token is acquired by executing a GetToken
endpoint call.
GetToken
returns a string value representing the Token. That token is valid for 12 hours, after which it is necessary to ackquire a new one.
GETTOKEN CALL EXAMPLE HERE
In addition to token, specific endpoints may require additional parameter values passed as headers.
Parameters must be passed in the order they are listed in.
Parameters must not be ommited unless default values are to be assumed for all of them.
EXAMPLE OF BAD CALL WITH OMMITED PARAMETERS
Here's a list of commonly appearing parameter names and their meanings: