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
    • Schemas
      • TeamRole
      • ProjectAccessMode
      • CreateTeamAccessGrantRequest
      • TeamAccessGrant
      • CreateTeamAccessGrantResponse
      • ErrorResponse

    ErrorResponse

    {
        "success": false,
        "error": {
            "code": "forbidden",
            "message": "The caller is not an owner or admin of the target organization."
        },
        "property1": "string",
        "property2": "string"
    }
    Built with