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
Path Parameters
Body ()
Root Schema : schema
Example:
{
    "metadata":{
        "key":"some_key"
    }
}
Back to Top

Response

Supported Media Types

201 Response

202 Response

Body
Example Response (application/json)
{
}

403 Response

Body
Example Response (application/json)
{
    "detail":"You do not have permission to perform this action."
}
Back to Top