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

Envato User API

The User API from Envato — 4 operation(s) for user.

Envato User API is one of 8 APIs that Envato publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

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

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

4 operations 4 paths 1 schemas 4 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
3.0.0
Base URL
https://api.envato.com
Authentication
HTTP Bearer, OAuth 2.0
License
Proprietary
Resource Areas
1

Authentication & Security 2

Envato User API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (Personal Token) (bearerAuth). It supports OAuth 2.0 (oauth2) using the authorizationCode flow, exposing 1 scope. By default, every request must be authenticated.

  • bearerAuth — Envato personal token issued from build.envato.com. Sent as Authorization: Bearer .

Paths & Operations 4

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

User 4
GET
/v3/market/buyer/list-purchases
List the authenticated buyer's purchases
listPurchases 1 param → 200
GET
/v1/market/private/user/account.json
Get the authenticated user's account info
getUserAccount → 200
GET
/v1/market/user:username.json
Get a public user profile
getUserProfile 1 param → 200
GET
/v1/market/user/items-by-site:json
Count items per site for a user
getUserItemsBySite 1 param → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is UserAccount (7 properties). Each schema is shown below with its type and property counts.

UserAccount
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

envato-user-api-openapi.yml Raw ↑

Other APIs Envato publishes across the network.

Envato Market API
Envato Elements Affiliate API
Envato Author API
Envato Catalog API
Envato Downloads API
Envato Items API
Envato Search API