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

Rigetti Computing authentication API

The authentication API from Rigetti Computing — 4 operation(s) for authentication.

Rigetti Computing authentication API is one of 11 APIs that Rigetti Computing publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include authentication. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 2 JSON Schemas.

This API exposes 4 operations across 4 paths, and defines 7 schemas. It is described by OpenAPI 3.0.2, at version 2020-07-31.

Requests are made against a single base URL, https://api.qcs.rigetti.com.

4 operations 4 paths 7 schemas 1 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.2
API Version
2020-07-31
Base URL
https://api.qcs.rigetti.com
Authentication
HTTP Bearer, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Rigetti Computing authentication API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (JWTBearer). It accepts HTTP bearer tokens (JWT) (JWTBearerOptional).

  • JWTBearer — A JSON web token with sub or uid claim, as well as groups claim. If the token is absent, invalid or expired, the client will receive a 401 response. If the tok…
  • JWTBearerOptional — Same as JWTBearer, but the Authorization header is optionally parsed. Clients will receive a 401 response if an invalid or expired token is provided. Otherwise…

Paths & Operations 4

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

authentication 4
POST
/v1/auth:emailPasswordResetToken
Email Password Reset Token
AuthEmailPasswordResetToken body → 204422
GET
/v1/auth:getUser
Get User
AuthGetUser → 200401404
POST
/v1/auth:resetPassword
Reset Password
AuthResetPassword body → 204401422
POST
/v1/auth:resetPasswordWithToken
Reset Password With Token
AuthResetPasswordWithToken body → 204404422

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are Error (4 properties), UserProfile (4 properties), User (4 properties), ValidationError (3 properties). Each schema is shown below with its type and property counts.

AuthResetPasswordRequest
object
2 properties 2 required
User
object
4 properties 3 required
ValidationError
object
3 properties 2 required
UserProfile
object
4 properties 4 required
Error
object
4 properties 3 required
AuthEmailPasswordResetTokenRequest
object
1 property 1 required
AuthResetPasswordWithTokenRequest
object
Token may be requested with AuthEmailPasswordResetToken.
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rigetti-authentication-api-openapi.yml Raw ↑

Other APIs Rigetti Computing publishes across the network.

Rigetti QCS Translation Service (gRPC)
Rigetti QCS Controller Service (gRPC)
Rigetti Computing account API
Rigetti Computing clientApplications API
Rigetti Computing endpoints API
Rigetti Computing engagements API
Rigetti Computing Healthcheck API
Rigetti Computing quantumProcessors API
Rigetti Computing reservations API
Rigetti Computing Rigetti QCS API API