Credentials (Application-Level) REST Endpoints

Credentials (Application-Level)
Create a new credential pair
Method: post
Path: /design/resources/services/token/unt/
Delete the credential pair by ID
Method: delete
Path: /design/resources/services/token/unt/{credentialId}
Modify an existing credential pair
Method: put
Path: /design/resources/services/token/unt/{credentialId}
Retrieve the credential pair by ID
Method: get
Path: /design/resources/services/token/unt/{credentialId}