# Service credentials Use these operations to get, create, and manage credentials for third-party services. ## Retrieve service credentials - [GET /service-credentials/{type}](https://www.rebilly.com/static/_spec/catalog/all-3.0/service-credentials/getservicecredentialcollection.md): Retrieves a list of service credentials. ## Create a service credential - [POST /service-credentials/{type}](https://www.rebilly.com/static/_spec/catalog/all-3.0/service-credentials/postservicecredential.md): Creates a service credential. ## Retrieve a service credential - [GET /service-credentials/{type}/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/service-credentials/getservicecredential.md): Retrieves a service credential with a specified ID. ## Update a service credential - [PATCH /service-credentials/{type}/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/service-credentials/patchservicecredential.md): Updates a service credential with a specified ID. ## List credential root items - [GET /service-credentials/{type}/{id}/items](https://www.rebilly.com/static/_spec/catalog/all-3.0/service-credentials/getservicecredentialitemcollection.md): Retrieves a list of root items for a specified credential.