Postman Collections

Ready-made API collections for testing DevOps workflows, GitHub resources, and security tools.

Collections Included

API Testing

Test authentication flows, resource lookups, and security scanning endpoints.

DevOps Tools

Pre-configured CI/CD pipelines and GitHub Actions workflows for automation.

Security Tools

Test repository security scans and dependency vulnerability checks.

Getting Started

1

Install Postman

Download and install Postman Desktop or use the web version.

2

Import Collection

Download the collection and click Import from the Postman menu.

3

Set Environment

Configure your API token in the ELSIA_TOKEN variable before testing.

4

Test Endpoints

Run example API requests and verify authentication and response handling.

Quick Code Sample

POST https://api.elsia.dev/api/v1/resources
Headers
Authorization: Bearer {{ELSIA_TOKEN}}Content-Type: application/json
Body
{ "q": "security", "category": "tool"}