Received APIs Intro
Last updated
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 calls, except for Authentications, must include the next headers
Bearer Token - return from the login call
API Version - {"Version": "V0"}
{"Version": "V0"}Last updated