Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This documentations documents version 1 of the Citesphere API. All endpoints are prefixed with /api/v1.

Authentication

Citesphere requires OAuth2 token for accessing the endpoints. Checkout OAuth2 Documentation to know more about retrieving the access_token (a.k.a Bearer token). You should add the below header for accessing any endpoint.

Header Name: Authorization

Header Value: Bearer <access_token>, example: Bearer 05fa6b64-a5ee-4cce-78bb-cc492e1d73a7

Test Endpoint

This endpoint returns all the available REST endpoints.

...