openapi: 3.0.0 info: version: 2015-07-09 x-release: v4 title: APIs.io Engineering Platform Amazon API Gateway 2014 11 13 User's Invites API description: Amazon API Gateway

Amazon API Gateway helps developers deliver robust, secure, and scalable mobile and web application back ends. API Gateway allows developers to securely connect mobile and web applications to APIs that run on AWS Lambda, Amazon EC2, or other publicly addressable web services that are hosted outside of AWS.

x-logo: url: https://api.apis.guru/v2/cache/logo/https_twitter.com_awscloud_profile_image.png backgroundColor: '#FFFFFF' termsOfService: https://aws.amazon.com/service-terms/ contact: name: Mike Ralphson email: mike.ralphson@gmail.com url: https://github.com/mermade/aws2openapi x-twitter: PermittedSoc license: name: Apache 2.0 License url: http://www.apache.org/licenses/ x-providerName: amazonaws.com x-serviceName: apigateway x-origin: - contentType: application/json url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/apigateway-2015-07-09.normal.json converter: url: https://github.com/mermade/aws2openapi version: 1.0.0 x-apisguru-driver: external x-apiClientRegistration: url: https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct x-apisguru-categories: - cloud x-preferred: true servers: - url: http://apigateway.{region}.amazonaws.com variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The Amazon API Gateway multi-region endpoint - url: https://apigateway.{region}.amazonaws.com variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The Amazon API Gateway multi-region endpoint - url: http://apigateway.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The Amazon API Gateway endpoint for China (Beijing) and China (Ningxia) - url: https://apigateway.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The Amazon API Gateway endpoint for China (Beijing) and China (Ningxia) security: - hmac: [] tags: - name: User's Invites paths: /user/invites: get: description: Lists all invitations associated with my user. operationId: user'-s-invites-list-invitations responses: 4XX: content: application/json: schema: $ref: '#/components/schemas/iam_api-response-common-failure' description: List Invitations response failure '200': content: application/json: schema: $ref: '#/components/schemas/iam_schemas-collection_invite_response' description: List Invitations response security: - api_email: [] api_key: [] summary: APIs.io Engineering Platform List Invitations tags: - User's Invites x-cfPlanAvailability: business: false enterprise: true free: false pro: false /user/invites/{invite_id}: get: description: Gets the details of an invitation. operationId: user'-s-invites-invitation-details parameters: - in: path name: invite_id required: true schema: $ref: '#/components/schemas/iam_invite_components-schemas-identifier' responses: 4XX: content: application/json: schema: $ref: '#/components/schemas/iam_api-response-common-failure' description: Invitation Details response failure '200': content: application/json: schema: $ref: '#/components/schemas/iam_single_invite_response' description: Invitation Details response security: - api_email: [] api_key: [] summary: APIs.io Engineering Platform Invitation Details tags: - User's Invites x-cfPlanAvailability: business: false enterprise: true free: false pro: false patch: description: Responds to an invitation. operationId: user'-s-invites-respond-to-invitation parameters: - in: path name: invite_id required: true schema: $ref: '#/components/schemas/iam_invite_components-schemas-identifier' requestBody: content: application/json: schema: properties: status: description: Status of your response to the invitation (rejected or accepted). enum: - accepted - rejected example: accepted required: - status type: object required: true responses: 4XX: content: application/json: schema: $ref: '#/components/schemas/iam_api-response-common-failure' description: Respond to Invitation response failure '200': content: application/json: schema: $ref: '#/components/schemas/iam_single_invite_response' description: Respond to Invitation response security: - api_email: [] api_key: [] summary: APIs.io Engineering Platform Respond to Invitation tags: - User's Invites x-cfPlanAvailability: business: false enterprise: true free: false pro: false components: schemas: iam_description: description: Description of role's permissions. example: Administrative access to the entire Organization readOnly: true type: string iam_result_info: properties: count: description: Total number of results for the requested service example: 1 type: number page: description: Current page within paginated list of results example: 1 type: number per_page: description: Number of results per page of results example: 20 type: number total_count: description: Total results available without any search parameters example: 2000 type: number type: object iam_schemas-permissions: description: Access permissions for this User. items: example: '#zones:read' maxLength: 160 type: string readOnly: true type: array iam_schemas-invite: allOf: - $ref: '#/components/schemas/iam_user_invite' type: object iam_single_invite_response: allOf: - $ref: '#/components/schemas/iam_api-response-single' - properties: result: type: object type: object iam_api-response-common: properties: errors: $ref: '#/components/schemas/iam_messages' messages: $ref: '#/components/schemas/iam_messages' success: description: Whether the API call was successful enum: - true example: true type: boolean required: - success - errors - messages type: object iam_schemas-role: properties: description: $ref: '#/components/schemas/iam_description' id: $ref: '#/components/schemas/iam_role_components-schemas-identifier' name: $ref: '#/components/schemas/iam_components-schemas-name' permissions: $ref: '#/components/schemas/iam_schemas-permissions' required: - id - name - description - permissions type: object iam_api-response-common-failure: properties: errors: allOf: - $ref: '#/components/schemas/iam_messages' example: - code: 7003 message: No route for the URI minLength: 1 messages: allOf: - $ref: '#/components/schemas/iam_messages' example: [] result: enum: - null nullable: true type: object success: description: Whether the API call was successful enum: - false example: false type: boolean required: - success - errors - messages - result type: object iam_api-response-collection: allOf: - $ref: '#/components/schemas/iam_api-response-common' - properties: result: items: {} nullable: true type: array result_info: $ref: '#/components/schemas/iam_result_info' type: object iam_invited_on: description: When the invite was sent. example: '2014-01-01T05:20:00Z' format: date-time readOnly: true type: string iam_user_invite: allOf: - $ref: '#/components/schemas/iam_base' - properties: status: description: Current status of the invitation. enum: - pending - accepted - rejected - expired example: accepted iam_role_components-schemas-identifier: description: Role identifier tag. example: 3536bcfad5faccb999b47003c79917fb maxLength: 32 type: string iam_invite_components-schemas-identifier: description: Invite identifier tag. example: 4f5f0c14a2a41d5063dd301b2f829f04 maxLength: 32 readOnly: true type: string iam_invited_member_email: description: Email address of the user to add to the organization. example: user@example.com maxLength: 90 type: string iam_messages: example: [] items: properties: code: minimum: 1000 type: integer message: type: string required: - code - message type: object uniqueItems: true type: array iam_base: properties: expires_on: $ref: '#/components/schemas/iam_schemas-expires_on' id: $ref: '#/components/schemas/iam_invite_components-schemas-identifier' invited_by: $ref: '#/components/schemas/iam_invited_by' invited_member_email: $ref: '#/components/schemas/iam_invited_member_email' invited_member_id: description: ID of the user to add to the organization. example: 5a7805061c76ada191ed06f989cc3dac maxLength: 32 nullable: true readOnly: true type: string invited_on: $ref: '#/components/schemas/iam_invited_on' organization_id: description: ID of the organization the user will be added to. example: 5a7805061c76ada191ed06f989cc3dac maxLength: 32 readOnly: true type: string organization_name: description: Organization name. example: Cloudflare, Inc. maxLength: 100 readOnly: true type: string roles: description: Roles to be assigned to this user. items: $ref: '#/components/schemas/iam_schemas-role' type: array required: - invited_member_id - organization_id type: object iam_schemas-expires_on: description: When the invite is no longer active. example: '2014-01-01T05:20:00Z' format: date-time readOnly: true type: string iam_schemas-collection_invite_response: allOf: - $ref: '#/components/schemas/iam_api-response-collection' - properties: result: items: $ref: '#/components/schemas/iam_schemas-invite' type: array type: object iam_components-schemas-name: description: Role Name. example: Organization Admin maxLength: 120 readOnly: true type: string iam_api-response-single: allOf: - $ref: '#/components/schemas/iam_api-response-common' type: object iam_invited_by: description: The email address of the user who created the invite. example: user@example.com maxLength: 90 type: string securitySchemes: hmac: type: apiKey name: Authorization in: header description: Amazon Signature authorization v4 x-amazon-apigateway-authtype: awsSigv4 externalDocs: description: Amazon Web Services documentation url: https://docs.aws.amazon.com/apigateway/ x-hasEquivalentPaths: true