Credentials REST Endpoints
Credentials
REST API endpoints for Credentials
- Create a Credential
- Method: postPath:
/api/v2/credentials/
- Create a Credential Input Source for a Credential
- Method: postPath:
/api/v2/credentials/{id}/input_sources/
- Delete a Credential
- Method: deletePath:
/api/v2/credentials/{id}/
- List Activity Streams for a Credential
- Method: getPath:
/api/v2/credentials/{id}/activity_stream/
- List Credential Input Sources for a Credential
- Method: getPath:
/api/v2/credentials/{id}/input_sources/
- List Credentials
- Method: getPath:
/api/v2/credentials/
- List Roles for a Credential
- Method: getPath:
/api/v2/credentials/{id}/object_roles/
- List Teams for a Credential
- Method: getPath:
/api/v2/credentials/{id}/owner_teams/
- List Users
- Method: getPath:
/api/v2/credentials/{id}/access_list/
- List Users for a Credential
- Method: getPath:
/api/v2/credentials/{id}/owner_users/
- Retrieve a Credential
- Method: getPath:
/api/v2/credentials/{id}/
- Retrieve a Credential
- Method: getPath:
/api/v2/credentials/{id}/test/
- Retrieve a Credential
- Method: postPath:
/api/v2/credentials/{id}/test/
- Update a Credential
- Method: patchPath:
/api/v2/credentials/{id}/
- Update a Credential
- Method: putPath:
/api/v2/credentials/{id}/
- Credentials Copy Create
- Method: postPath:
/api/v2/credentials/{id}/copy/
- Credentials Copy List
- Method: getPath:
/api/v2/credentials/{id}/copy/