Credentials API
Overview
The Credentials API provides endpoints for managing credentials in Apinizer. Credentials are used for authentication and authorization, allowing users or applications to access API Proxies and API Proxy Groups.
Endpoints
- List Credentials - Get all credentials for a project
- Create Credential - Create a new credential
- Update Credential - Update an existing credential
- Change Credential Password - Change credential password
- Delete Credential - Delete a credential
- Get Granted Access List - Get list of API Proxies/Groups granted to credential
- Grant Access - Grant access to API Proxy or API Proxy Group
- Revoke Access - Revoke access from API Proxy or API Proxy Group
Authentication
All endpoints require authentication using a Personal API Access Token.
Permissions
ROLE_MANAGE_PROXIES- Required for all credential operationsROLE_DEPLOY_UNDEPLOY_PROXIES- Required for deployment operations
Related Documentation
- Authentication Guide - How to obtain and use API tokens
- Error Handling - Error response formats