Total Access Docs
Openapi

Download Postman collection or environment

Returns the Postman collection or environment file for testing.

GET
/api/v1/integrations/postman

Returns the Postman collection or environment file for testing.

Query Parameters

format?string
Default"collection"

Value in

  • "collection"
  • "environment"
env?string
Default"production"

Value in

  • "production"
  • "development"

Response Body

application/json

curl -X GET "https://example.com/api/v1/integrations/postman"
{}