- Retrieve service credentials
Create a service credential
Retrieve a service credential
Update a service credential
List credential root items
Retrieve service credenti...
Retrieves a list of service credentials.
Security
SecretApiKey or JWT
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/service-credentials/{type}
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/service-credentials/{type}
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/service-credentials/{type}
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/service-credentials/{type}?filter=string&limit=0&offset=0&sort=string&q=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of service credentials retrieved.
Headers
Total number of rate limit tokens for this request within a rate limit period. For more information, see Rate limits.
Example:3600
Array [
]
Status of the credential.
| Enum Value | Description |
|---|---|
| active | Credential is active and can be used. |
| inactive | Credential is temporarily inactivated and cannot be used until reactivated. |
| deactivated | Credential is permanently deactivated and cannot be reactivated. |
Date and time when the credential is deactivated.
Response
[ { "id": "crd_0YV9Y706QGCB39FQD380G1ZHZH", "hash": "crd_0YV9Y706QGCB39FQD380G1ZHZH", "status": "active", "deactivationTime": "2019-08-24T14:15:22Z", "type": "smtp", "host": "string", "port": 25, "encryption": "none", "auth": { … }, "_links": [ … ] } ]