How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Convert OAuth Authorization API

Delegated authorization endpoints for third-party OAuth clients.Typical flow:* OAuth client initiates GET request in browser (`/oauth/authorize`) with `client_id` + `response_type=code` + `scope` + `state` + `code_challenge` (PKCE)* While generating `code_challenge` — don't forget to store the `code_verifier` which will be used to obtain the access token* User authenticates in Convert and approves scope in consent UI* OAuth client exchanges one-time code (`/auth/oauth/token`) for a scoped bearer session token* User can list/revoke authorized OAuth sessions (`/auth/oauth/sessions*`)Scopes: `selected_accounts_projects`Example:```https://app.convert.com/auth/oauth/authorize?client_id=1111111&state=randomstring&scope=selected_accounts_projects&response_type=code&code_challenge=generatedCodeChallenge```

Convert OAuth Authorization API is one of 33 APIs that Convert publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 1 operation across 1 path, and defines 7 schemas. It is described by OpenAPI 3.2.0, at version 2.0.0.

Requests are made against 3 base URLs: https://api.convert.com/api/v2, https://apidev.convert.com/api/v2, http://apidev.convert.com:5000/api/v2.

1 operations 1 paths 7 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0.0
Base URL
https://api.convert.com/api/v2
Authentication
API Key, HTTP Bearer, API Key
Resource Areas
1

Authentication & Security 3

Convert OAuth Authorization API declares 3 security schemes for authenticating requests. An API key is passed in the header as Authorization (requestSigning). It accepts HTTP bearer tokens (secretKey). An API key is passed in the cookie as sid (cookieAuthentication).

  • requestSigning — See [API Key Authentication](tag/API-KEY-Authentication) for more information.
  • secretKey — See [API Key Authentication](tag/API-KEY-Authentication) for more information.
  • cookieAuthentication — Cookie authentication is used against Convert's own IdentityProvider or third party identity providers and is described more in the "[Cookie Authentication](ta…

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.

OAuth Authorization 1

Delegated authorization endpoints for third-party OAuth clients. Typical flow: OAuth client initiates GET request in browser (/oauth/authorize) with clientid + responsetype=code +…

POST
/auth/oauth/token
Exchange OAuth code for session token
requestOauthToken body → 200default

Schemas 7

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

OAuthScopeResponse
object
2 properties 1 required
OAuthScopeMode
string
OAuthScopeAccountResponse
object
3 properties 1 required
OAuthScopeProject
object
3 properties 2 required
OAuthTokenRequestData
object
4 properties 4 required
OAuthTokenResponseData
object
4 properties 4 required
ErrorData
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

convert-oauth-authorization-api-openapi.yml Raw ↑

Other APIs Convert publishes across the network.

Convert Experiences REST API v2
Convert Accounts API
Convert AI content API
Convert API Keys API
Convert Audiences API
Convert Bulk API
Convert Cdn Images API
Convert Collaborators API
Convert Cookie Authentication API
Convert Domains API
Convert Experience Sections API
Convert Experience Variations API
Where this information came from

This is an independent, third-party profile of Convert OAuth Authorization API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.