Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.3 KB

File metadata and controls

26 lines (21 loc) · 1.3 KB

Oauth

Description

Oauth is our essential authentication web service to use our services safely. Through this service you can receive, modify and see essential tokens to access all the rest methods of the bees that we provide.

Check out more at https://developers.openapi.it/services/oauth
Explore all our services at https://developers.openapi.it/services

Endpoints

Method Path Summary
POST /token Create a token
GET /token List of all unexpired token
GET /token/{token} Finds a specific token
PUT /token/{token} Update the entire token object
PATCH /token/{token} Update part of token object
DELETE /token/{token} Delete a specific token
GET /scopes List of all scopes
GET /credit Your Openapi credit
GET /counters/total Your overall use
GET /counters/day/{day} Usage stats for a specific day
GET /counters/month/{month} Usage stats for a specific month
GET /counters/year/{year} Usage stats for a specific year