Credential Types REST Endpoints
Credential Types
REST API endpoints for Credential Types
- Create a Credential for a Credential Type
- Method: postPath:
/api/v2/credential_types/{id}/credentials/
- Create a Credential Type
- Method: postPath:
/api/v2/credential_types/
- Delete a Credential Type
- Method: deletePath:
/api/v2/credential_types/{id}/
- List Activity Streams for a Credential Type
- Method: getPath:
/api/v2/credential_types/{id}/activity_stream/
- List Credential Types
- Method: getPath:
/api/v2/credential_types/
- List Credentials for a Credential Type
- Method: getPath:
/api/v2/credential_types/{id}/credentials/
- Retrieve a Credential Type
- Method: getPath:
/api/v2/credential_types/{id}/
- Retrieve a Credential Type
- Method: getPath:
/api/v2/credential_types/{id}/test/
- Retrieve a Credential Type
- Method: postPath:
/api/v2/credential_types/{id}/test/
- Update a Credential Type
- Method: patchPath:
/api/v2/credential_types/{id}/
- Update a Credential Type
- Method: putPath:
/api/v2/credential_types/{id}/