Credential Input Sources REST Endpoints
Credential Input Sources
REST API endpoints for Credential Input Sources
- Create a Credential Input Source
- Method: postPath:/api/v2/credential_input_sources/
- Delete a Credential Input Source
- Method: deletePath:/api/v2/credential_input_sources/{id}/
- List Credential Input Sources
- Method: getPath:/api/v2/credential_input_sources/
- Retrieve a Credential Input Source
- Method: getPath:/api/v2/credential_input_sources/{id}/
- Update a Credential Input Source
- Method: patchPath:/api/v2/credential_input_sources/{id}/
- Update a Credential Input Source
- Method: putPath:/api/v2/credential_input_sources/{id}/