Retrieve a Credential Type

post

/api/v2/credential_types/{id}/test/

Make GET request to this resource to retrieve a single credential type record containing the following fields:

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : schema
Example:
{
    "inputs":{
    },
    "metadata":{
    }
}
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