Apidog API
    • Introduction
    • API Versions
    • Authentication
    • Import & Export
      • Import OpenAPI/Swagger Data
        POST
      • Import Postman Collection Data
        POST
      • Export Data in OpenAPI/Swagger Format
        POST
    • Team Access Grants
      • Assign a team role via the external API
        POST
    • Project Access
      • Find Team Projects by Exact Match
        GET
      • Find Accessible Teams by Exact Match
        GET
      • Grant or Invite Project Access
        POST
      • List Available Project Roles for a Team
        GET
    • Organization Teams
      • Create organization team
        POST
    • Apidog CLI
      • Overview
      • Installing Apidog CLI
      • Apidog CLI Commands & Options
      • Use Apidog CLI with an AI Agent
    • Schemas
      • TeamRole
      • ErrorResponse
      • ProjectAccessMode
      • CreateTeamAccessGrantRequest
      • TeamAccessGrant
      • CreateTeamAccessGrantResponse

    Import & Export

    Import OpenAPI/Swagger Data
    POST/v1/projects/{projectId}/import-openapi
    Currently supports importing data in OpenAPI 3, Swagger 2 formats.The extensions have been added on top of standard Swagger/OpenAPI.Please check here ...
    Import Postman Collection Data
    POST/v1/projects/{projectId}/import-postman-collection
    Apidog supports importing data in the Postman Collection v2 format.
    Export Data in OpenAPI/Swagger Format
    POST/v1/projects/{projectId}/export-openapi
    Previous
    Authentication
    Next
    Import OpenAPI/Swagger Data
    Built with