Request an Access Token

This endpoint issues an OAuth access token via an HTTP POST request. The token remains valid for 60 minutes.
After expiration, you must request a new token.

Available Scopes and their access

ScopeDescription
packages:readRead packages information
applications:readRead access to applications
applications:writeWrite access to applications
subscriptions:readRead access to subscriptions
subscriptions:writeWrite access to subscriptions (subscribe/updated/delete)
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum
required

The OAuth2 grant type (e.g., client_credentials).

Allowed:
string
required
length ≤ 100

Client Key identifier

string
required
length ≤ 100

Client Secret

enum

Accepts "*" to represent all scopes

Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json