Get a list of registry credentials
GET {{baseUrl}}/registrycredentials?name=<string>,<string>&username=<string>,<string>&type=GITHUB,DOCKER&createdBefore=<dateTime>&createdAfter=<dateTime>&updatedBefore=<dateTime>&updatedAfter=<dateTime>&ownerId=<string>,<string>&cursor=<string>&limit=20
Get a list of registry credentials
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| name | string | Filter for the name of a credential | |
| username | string | Filter for the username of a credential | |
| type | string | Filter for the registry type for the credential | |
| createdBefore | string | Filter for services created before a certain time (specified as an ISO 8601 timestamp) | |
| createdAfter | string | Filter for services created after a certain time (specified as an ISO 8601 timestamp) | |
| updatedBefore | string | Filter for services updated before a certain time (specified as an ISO 8601 timestamp) | |
| updatedAfter | string | Filter for services updated after a certain time (specified as an ISO 8601 timestamp) | |
| ownerId | string | The ID of the owner (team or personal user) whose resources should be returned | |
| cursor | string | Cursor to begin retrieving entries for this query | |
| limit | number | Max number of items that can be returned | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
[{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","username":"\u003cstring\u003e","registry":"GITLAB"},{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","username":"\u003cstring\u003e","registry":"GITHUB"}]