# Parameters

Several API methods accept optional parameters. For GET requests any optional parameters can be specified as a query string parameter.

For POST, PUT, PATCH and DELETE requests, parameters are encoded in the JSON body with a Content-Type of application/json.

Last Updated: 2/7/2020, 11:17:32 AM