v1

latestOpenAPI 3.0.12026-07-177949123.5 KB
v2/endentity

List of authorized end entity profiles for the current admin.

Returns list of all authorized end entity profiles for the current admin token

get/v2/endentity/profiles/authorized

Response

Successful operation

Example response

{
  "end_entitie_profiles": [
    {
      "name": "ExampleEEP",
      "id": 1234567890,
      "description": "Example End Entity profile"
    }
  ]
}