The Administration endpoints provide functionality to administer administration settings such as changing the admin credentials and editing security profiles.
Method | Endpoint | Description |
---|---|---|
POST | / |
Updates the password of the given username with a new password. |
GET | / |
Gets an array of existing security profile IDs. |
POST | / |
Adds a new security profile. |
GET | / |
Gets a specific security profile based on a given ID. |
DELETE | / |
Deletes a specific security profile based on a given ID. |
PATCH | / |
Specifies whether the client credentials grant type is activated or not based on a given ID. |
PATCH | / |
Specifies the expiry date of a security profile based on a given ID. |
PATCH | / |
Specifies the authorized redirect URIs for a security profile based on a given ID. |