Received APIs Intro

Received's API operates on a REST architecture, featuring resource-oriented URLs for easy navigation. It accepts form-encoded request bodies and delivers JSON-encoded responses. Standard HTTP response codes, authentication methods, and verbs are utilized throughout.

API Headers

API calls, except for Authentications, must include the next headers

  1. Bearer Token - return from the login call

  2. API Version - {"Version": "V0"}

Current version

{"Version": "V0"}

Start using with Swagger UI:

Last updated

Logo

All Rights Reserved