Security Templates

Retrieves a collection of Security Templates. There is no restriction to the data returned, all security templates configured in the system will be returned.

SecurityOAuth2
Request
header Parameters
content-type
string
Example: application/json
Authorization
string
Example: Bearer <token>
Responses
200

Successful Request. Security Templates Retrieved Successfully.

400

One or more required parameters are missing or invalid.

401

Authentication failed (unauthorized).

403

Forbidden. You do not have permissions to perform this action, or your connection information is not correct.

503

The server is too busy to handle the request.

get/security/templates
Request samples
Response samples
application/json
{
  • "templates": [
    ]
}