Skip to main content
GET
/
apps
/
{app_id}
/
custom_credentials
/
{credential_id}
Get a Custom Credential
curl --request GET \
  --url http://localhost:3001/portal-api/apps/{app_id}/custom_credentials/{credential_id} \
  --header 'Authorization: <api-key>'
{
  "ID": 123,
  "Alias": "<string>",
  "Type": "CREDENTIAL_TYPE_TYK_MANAGED",
  "PlanID": "<string>",
  "AuthenticationMethod": "<string>",
  "ProductIDs": [
    123
  ],
  "AuthTokenType": "AUTH_TOKEN_TYPE_CUSTOM",
  "KeyID": "<string>",
  "ProviderID": 123,
  "ClientTypeID": 123,
  "CreatedAt": "2023-06-25 13:37",
  "UpdatedAt": "2023-06-25 13:37"
}

Authorizations

Authorization
string
header
required

Path Parameters

app_id
string
required
credential_id
string
required

Response

200 - application/json
ID
integer
Alias
string
Type
enum<string>
Available options:
CREDENTIAL_TYPE_TYK_MANAGED,
CREDENTIAL_TYPE_CUSTOM
PlanID
string
AuthenticationMethod
string
ProductIDs
integer[]
AuthTokenType
enum<string>
Available options:
AUTH_TOKEN_TYPE_CUSTOM,
AUTH_TOKEN_STANDARD
KeyID
string
ProviderID
integer
ClientTypeID
integer
CreatedAt
string
Example:
UpdatedAt
string
Example: