Citesphere Documentation

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Citesphere uses OAuth2 for handling authentication and authorization. You can use any form of OAuth Client to get the token, which needs to be passed to other APIs as a header.

Get Access Token

Endpoint URL

POST /api/v1/oauth/token

Parameters

Name

Type

Description

client_id

string

client_secret

string

  • No labels