openapi: 3.2.0 info: description:
Oracle Cloud My Services API is an Internet facing service that allows customers to access the Oracle Cloud
title: Oracle Cloud My Services Cloud Accounts Resource API version: v1 x-provenance: method: harvested first_party: true publisher: Oracle source: https://docs.oracle.com/en-us/iaas/api/specs/2fd4343e03912de02e1b6e82eb9fed428530a4191aff1e43fb986fb90c429748.json harvested: '2026-08-04' note: Published by Oracle as the contract for the Oracle Cloud My Services API OCI service and stored verbatim; API Evangelist added only this provenance block. x-evidence: - url: https://docs.oracle.com/en-us/iaas/api/specs/index.json what: Oracle's own index of every OCI service specification - url: https://docs.oracle.com/en-us/iaas/api/specs/2fd4343e03912de02e1b6e82eb9fed428530a4191aff1e43fb986fb90c429748.json what: the harvested document for Oracle Cloud My Services API servers: - url: https://itra.oraclecloud.com/itas tags: - description: Cloud Account Resource collection. name: CloudAccountsResource paths: /{domain}/myservices/api/v1/cloudAccounts: get: description: Returns a Cloud Account resource collection, default ordering is "id:asc" operationId: resource_MSCloudAccountsResource_get_GET parameters: - description: The identity domain name or the IDCS GUID of the resource in: path name: domain required: true schema: type: string - description: The identity domain name or the IDCS GUID of the user to authenticate. in: header name: X-ID-TENANT-NAME schema: type: string - description: Limits the number of resources to return in: query name: limit schema: type: string - description: Filter on the cloud account name in: query name: name schema: type: string - description: Starting offset of the resources to return in: query name: offset schema: type: string - description: Ordering of the resources, this resource can be ordered by id, modifiedOn, createdOn in: query name: orderBy schema: type: string responses: '200': description: OK headers: Content-Type: description: Response body content type (application/json). schema: type: string content: application/json: schema: $ref: '#/components/schemas/json_MSCloudAccounts' description: '' '401': description: Unauthorized, specify a valid Authorization header + X-ID-TENANT-NAME header or substitute the domain in the url with ".anon" for an anonymous request. headers: {} content: application/json: schema: $ref: '#/components/schemas/json_MSError' description: '' default: description: Unexpected error. summary: Returns a Cloud Account resource collection, default ordering is "id:asc". tags: - CloudAccountsResource components: schemas: json_MSError: description: '' properties: additionalInfoLink: description: '' type: string errorCode: description: '' type: string errorMessage: description: '' type: string httpMessage: description: '' type: string httpStatusCode: description: '' type: number relatedLink: description: '' type: string title: Error type: object json_MSCloudAccount: description: MyServices Cloud Account. A Cloud Account is a container for Cloud Services purchased by a Customer. properties: canonicalLink: description: Canonical Link of the Cloud Account Resource type: string id: description: Unique Id of the Cloud Account type: string name: description: Name of the Cloud Account as defined by the customer type: string title: CloudAccount type: object json_MSCloudAccounts: description: '' properties: canonicalLink: description: link to access this CloudAccount list type: string hasMore: description: Set to true if subsequent GETs need to be done to list all CloudAccounts type: boolean items: description: List of CloudAccounts. items: $ref: '#/components/schemas/json_MSCloudAccount' type: array limit: description: Maximum number of CloudAccount returned type: number nextLink: description: Link to next CloudAccount page type: string offset: description: Starting offset of CloudAccounts returned type: number previousLink: description: Link to previous CloudAccount page type: string title: CloudAccounts type: object