# Postman Collection

The DeDi.global Postman collection provides a comprehensive set of pre-configured API requests for testing, development, and integration with the DeDi.global platform.

<a href="https://github.com/nfh-trust-labs/docs/blob/main/postman-collection.json" class="button primary">Download postman collection</a>

### Quick Setup

1. **Import:** *Open Postman* → Click *Import* → *Paste the collection URL or upload the JSON file*
2. **Configure Environment:** The collection includes variables for Base URL, API Key, and Namespace IDs
3. **Set Authentication:** In the collection's Authorization tab, select Bearer Token and enter your API key. All requests inherit this automatically.

### Collection Contents

1. **Core Operations:** Authentication, Namespaces, Registries, Records (CRUD)
2. **Advanced Features:** Domain Verification, Bulk Operations (CSV import/export), Search & Query, Webhooks, Delegation & Access Control
3. **Administrative:** Lifecycle and recovery operations, Version Control

### Features

Pre-configured requests with proper headers, environment variables, test scripts, inline documentation, and error handling examples.

### Usage Tips

1. Start with Authentication to get your API key
2. Use environment variables for base URLs and common IDs
3. Follow the workflow: Namespace → Registry → Record
4. Use automated response tests to catch issues

### Related Resources

* [OpenAPI Specification](/docs/api-tools-and-resources/api-tools/openapi-specification.md): Complete API schema
* [API Reference Documentation](/docs/dedi.global-developers/standard-apis.md): Detailed endpoint documentation
* [Quickstart Guide](/docs/dedi.global-developers/quickstart.md): Step-by-step integration guide

### Support

If you encounter issues with the Postman collection:

1. Check the [FAQ section](/docs/miscellaneous/faqs.md)
2. Review the [API Reference](/docs/dedi.global-developers/standard-apis.md) for endpoint details
3. Contact support through our official channels


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dedi-global.gitbook.io/docs/api-tools-and-resources/api-tools/postman-collection.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
