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

Resolve Access Keys API

OAuth access keys are created in Merchant Dashboard and can be exchanged for bearer tokens.Use the `/access-keys/token` endpoint to mint a bearer token from a valid `client_id` and `client_secret`.

Resolve Access Keys API is one of 12 APIs that Resolve publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 1 operation across 1 path, and defines 8 schemas. It is described by OpenAPI 3.0.0, at version V5.

Requests are made against a single base URL, https://app-sandbox.resolvepay.com/api.

1 operations 1 paths 8 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
V5
Base URL
https://app.resolvepay.com/api
Authentication
HTTP Basic, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Resolve Access Keys API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (basicAuth). It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • basicAuth — HTTP Basic Auth using merchantid as username and the merchant secret key as password.
  • bearerAuth — Bearer token authentication using an OAuth access token minted for an API access key created in Merchant Dashboard.

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.

Access Keys 1

OAuth access keys are created in Merchant Dashboard and can be exchanged for bearer tokens. Use the /access-keys/token endpoint to mint a bearer token from a valid clientid and cl…

POST
/access-keys/token
Mint an access token
issueAccessKeyToken body → 200400401403404429

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are AccessKeyTokenResponse (4 properties), IssueAccessKeyTokenRequest (2 properties), ValidationError (1 property), ForbiddenError (1 property). Each schema is shown below with its type and property counts.

IssueAccessKeyTokenRequest
object
2 properties 2 required
InvalidRequestError
object
1 property
NotFoundError
object
1 property
UnauthorizedError
object
1 property
ForbiddenError
object
1 property
ValidationError
object
1 property
AccessKeyTokenResponse
object
4 properties 3 required
RateLimitError
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

resolve-access-keys-api-openapi.yml Raw ↑

Other APIs Resolve publishes across the network.

Resolve Charges API
Resolve Credit Notes API
Resolve Customers API
Resolve Invoices API
Resolve Merchants API
Resolve Orders API
Resolve Payments API
Resolve Payout Transactions API
Resolve Payouts API
Resolve Shipments API
Resolve Webhooks API