Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Red Hat 3scale Accounts API

Manage developer accounts in the 3scale developer portal

Red Hat 3scale Accounts API is one of 15 APIs that Red Hat 3scale publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Accounts. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 5 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 1.

Requests are made against a single base URL, https://{domain}-admin.3scale.net/admin/api.

5 operations 2 paths 4 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1
Base URL
https://su1.3scale.net
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Red Hat 3scale Accounts API declares 1 security scheme for authenticating requests. An API key is passed in the query as access_token (provider_key). By default, every request must be authenticated.

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Accounts 5

Manage developer accounts in the 3scale developer portal

GET
/accounts.json
List Developer Accounts
listAccounts 4 params → 200
POST
/accounts.json
Create Developer Account
createAccount body → 201422
GET
/accounts/{id}.json
Get Developer Account
getAccount 2 params → 200404
PUT
/accounts/{id}.json
Update Developer Account
updateAccount 2 params body → 200404
DELETE
/accounts/{id}.json
Delete Developer Account
deleteAccount 2 params → 200404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Account (7 properties), CreateAccountRequest (4 properties), UpdateAccountRequest (2 properties), AccountList (1 property). Each schema is shown below with its type and property counts.

UpdateAccountRequest
object
2 properties
AccountList
object
1 property
CreateAccountRequest
object
4 properties 4 required
Account
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

red-hat-3scale-accounts-api-openapi.yml Raw ↑

Other APIs Red Hat 3scale publishes across the network.

Red Hat 3scale Webhooks
Red Hat 3scale Toolbox CLI
Red Hat 3scale Applications API
Red Hat 3scale Authorization API
Red Hat 3scale Configuration API
Red Hat 3scale DNS API
Red Hat 3scale Health API
Red Hat 3scale Initialization API
Red Hat 3scale Invoices API
Red Hat 3scale OAuth API
Red Hat 3scale Payment Transactions API
Red Hat 3scale Plans API