cURL
curl --request GET \ --url https://api.example.com/templates \ --header 'Authorization: Bearer <token>' \ --header 'x-environment: <x-environment>'
{ "results": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" } ], "nextOffset": "<string>", "hasMore": true }
List template groups.
Configure which environment the request will handle. If the provided credentials do not allow access to this specified environment, a 403 Forbidden response is returned.
1 <= x <= 100
OK
Show child attributes
Was this page helpful?