Credentials REST Endpoints

Credentials

REST API endpoints for Credentials

Create a Credential
Method: post
Path: /api/v2/credentials/
Create a Credential Input Source for a Credential
Method: post
Path: /api/v2/credentials/{id}/input_sources/
Delete a Credential
Method: delete
Path: /api/v2/credentials/{id}/
List Activity Streams for a Credential
Method: get
Path: /api/v2/credentials/{id}/activity_stream/
List Credential Input Sources for a Credential
Method: get
Path: /api/v2/credentials/{id}/input_sources/
List Credentials
Method: get
Path: /api/v2/credentials/
List Roles for a Credential
Method: get
Path: /api/v2/credentials/{id}/object_roles/
List Teams for a Credential
Method: get
Path: /api/v2/credentials/{id}/owner_teams/
List Users
Method: get
Path: /api/v2/credentials/{id}/access_list/
List Users for a Credential
Method: get
Path: /api/v2/credentials/{id}/owner_users/
Retrieve a Credential
Method: get
Path: /api/v2/credentials/{id}/
Retrieve a Credential
Method: get
Path: /api/v2/credentials/{id}/test/
Retrieve a Credential
Method: post
Path: /api/v2/credentials/{id}/test/
Update a Credential
Method: patch
Path: /api/v2/credentials/{id}/
Update a Credential
Method: put
Path: /api/v2/credentials/{id}/
Credentials Copy Create
Method: post
Path: /api/v2/credentials/{id}/copy/
Credentials Copy List
Method: get
Path: /api/v2/credentials/{id}/copy/