Skip to main content
GET
/
apps
/
{app_id}
/
custom_credentials
List Custom Credentials
curl --request GET \
  --url http://localhost:3001/portal-api/apps/{app_id}/custom_credentials \
  --header 'Authorization: <api-key>'
[
  {
    "ID": 123,
    "Alias": "<string>",
    "Type": "CREDENTIAL_TYPE_TYK_MANAGED",
    "PlanID": "<string>",
    "AuthenticationMethod": "<string>",
    "ProductIDs": [
      123
    ],
    "AuthTokenType": "AUTH_TOKEN_CUSTOM",
    "KeyID": "<string>",
    "ProviderID": 123,
    "ClientTypeID": 123
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

app_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_CUSTOM,
AUTH_TOKEN_STANDARD
KeyID
string
ProviderID
integer
ClientTypeID
integer