Single credential for A deployed product

Single credential for A deployed product

Returns the credentials for a specified credential reference as a hash.

Request
URI
GET
https://{api_host}/api/v0/deployed/products/{product_guid}/credentials/{id}
COPY
Path Parameters
string
product_guid
Required

The guid of the product

string
id
Required

id


Responses
200

OK

Returns Credential of type(s) application/json
"Credential Object"
credential
Optional

credential


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/v0/deployed/products/{product_guid}/credentials/{id}