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 & Co authentication API

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

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

Tagged areas include authentication. The published artifact set on APIs.io includes an OpenAPI specification.

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 & Co 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-and-co-authentication-api-openapi.yml Raw ↑

Other APIs Rigetti & Co publishes across the network.

Rigetti & Co account API
Rigetti & Co clientApplications API
Rigetti & Co endpoints API
Rigetti & Co engagements API
Rigetti & Co Healthcheck API
Rigetti & Co quantumProcessors API
Rigetti & Co reservations API
Rigetti & Co Rigetti QCS API API