Credential Types REST Endpoints

Credential Types

REST API endpoints for Credential Types

Create a Credential for a Credential Type
Method: post
Path: /api/v2/credential_types/{id}/credentials/
Create a Credential Type
Method: post
Path: /api/v2/credential_types/
Delete a Credential Type
Method: delete
Path: /api/v2/credential_types/{id}/
List Activity Streams for a Credential Type
Method: get
Path: /api/v2/credential_types/{id}/activity_stream/
List Credential Types
Method: get
Path: /api/v2/credential_types/
List Credentials for a Credential Type
Method: get
Path: /api/v2/credential_types/{id}/credentials/
Retrieve a Credential Type
Method: get
Path: /api/v2/credential_types/{id}/
Retrieve a Credential Type
Method: get
Path: /api/v2/credential_types/{id}/test/
Retrieve a Credential Type
Method: post
Path: /api/v2/credential_types/{id}/test/
Update a Credential Type
Method: patch
Path: /api/v2/credential_types/{id}/
Update a Credential Type
Method: put
Path: /api/v2/credential_types/{id}/