You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to pass query string parameters, you can use the `params` field from [IRequest](/src/typings/requestOptions.ts) (also used for idempotency-key and other header fields).
128
+
If you want to pass query string parameters, you can use the `params` field from [IRequest](/src/typings/requestOptions.ts) (also used for idempotency-key and other header fields).
129
129
The method descriptions contain an example of the possible values you can send to the API for the query parameters, just as stated in the API explorer.
130
+
131
+
You can also include custom HTTP headers in your request by using the `headers` property within `IRequest.Options`. This can be useful for sending additional metadata or authentication details that are not part of the standard API request body or query parameters.
0 commit comments