List all auction templates for an integrator
cURL
curl --request GET \ --url https://api.long.xyz/v1/auction-templates/ \ --header 'X-API-KEY: <api-key>'
{ "result": [ { "id": "<string>", "name": "<string>", "description": "<string>", "type": "<string>", "integrator_id": "<string>" } ] }
API key for authentication
The chain ID of the auction templates to list
200
Show child attributes