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

Zeplin Authorization API

The Authorization API from Zeplin — 2 operation(s) for authorization.

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

Tagged areas include Authorization. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and rate-limit docs.

This API exposes 2 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.0.2, at version 1.38.0.

Requests are made against a single base URL, https://api.zeplin.dev.

2 operations 2 paths 5 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.2
API Version
1.38.0
Base URL
https://api.zeplin.io
Authentication
OAuth 2.0, HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 2

Zeplin Authorization API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (OAuth2) using the authorizationCode flow. It accepts HTTP bearer tokens (JWT) (PersonalAccessToken). By default, every request must be authenticated.

Paths & Operations 2

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

Authorization 2
GET
/v1/oauth/authorize
Authorization endpoint
OAuthAuthorize 6 params → 302
POST
/v1/oauth/token
Access token endpoint
OAuthPostToken body → 200400

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are TokenCreateAuthorizationCodeBody (6 properties), TokenCreateRefreshTokenBody (5 properties), TokenResponse (5 properties), ErrorResponse (3 properties). Each schema is shown below with its type and property counts.

TokenResponse
object
5 properties 5 required
TokenCreateRefreshTokenBody
object
5 properties 3 required
ErrorResponse
object
3 properties 1 required
TokenCreateAuthorizationCodeBody
object
6 properties 4 required
TokenCreateBody

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zeplin-authorization-api-openapi.yml Raw ↑

Other APIs Zeplin publishes across the network.

Zeplin Colors API
Zeplin Components API
Zeplin Connected Components API
Zeplin Design Tokens API
Zeplin Flows API
Zeplin Notifications API
Zeplin Organizations API
Zeplin Projects API
Zeplin Screens API
Zeplin Spacing API
Zeplin Styleguides API
Zeplin TextStyles API