Retrieve a Credential
post
/api/v2/credentials/{id}/test/
Make GET request to this resource to retrieve a single credential record containing the following fields:
Request
Supported Media Types
- application/json
Path Parameters
Root Schema : schema
Example:
{
"metadata":{
"key":"some_key"
}
}
Response
Supported Media Types
- application/json
201 Response
202 Response
Example Response (application/json)
{
}
403 Response
Example Response (application/json)
{
"detail":"You do not have permission to perform this action."
}