A test suite for the Portal API, focusing on authentication, organization management, and user operations.
The collection uses OAuth2 flow with the following steps:
- Authorize request
- Username validation
- Password verification
- Token acquisition
- Organization management (list, details, API keys)
- User management (CRUD operations)
- Response schema validation
- Environment-based configuration
- Automated test scripts
- Import the collection into Postman
- Set up environment variables:
baseURI
- API base URLpingURI
- Authentication service URLclient_id
- OAuth client IDservice_id
- Service identifier- Other auth-related variables
- Token fetch
- ServiceNow token acquisition
- List organizations
- Get organization by ID
- API key management:
- Create keys
- List keys
- Delete keys
- Create user
- Update user details
- Avatar management
- User preference settings
Each request includes automated tests for:
- Status code validation
- Schema validation
- Data consistency checks
- Error handling