> ## Documentation Index
> Fetch the complete documentation index at: https://docs.verify-group.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Environments

> Base URLs and OpenAPI spec locations for the Verify Group production, UAT, and local development environments, plus how to request UAT access.

| Environment    | Base URL                                     |
| -------------- | -------------------------------------------- |
| **Production** | `https://gateway.verify-group.io/api/v1`     |
| **UAT**        | `https://uat.gateway.verify-group.io/api/v1` |
| **Local**      | `http://localhost:4008/api/v1`               |

## OpenAPI spec

| Environment | URL                                                |
| ----------- | -------------------------------------------------- |
| Production  | `https://gateway.verify-group.io/api/swagger.json` |
| Local       | `http://localhost:4008/api/swagger.json`           |

<Tip>Import `https://gateway.verify-group.io/api/swagger.json` into Postman or Insomnia to get the full collection.</Tip>

<Note>UAT credentials are separate from production. Contact [support@verify-group.io](mailto:support@verify-group.io) to request UAT access.</Note>
