Token
In this post we will see how to use the authorization token to make any Ventiapp public API call.
HTTP Header
In the previous post, a Bearer Token is obtained after authenticating against the Login endpoint. To make any call, the Authorization value must be added to the Headers of the REST call. It is done as follows
Key header: Authorization Value header: Bearer + token (sin comillas)
Example:
All the API's request must need this header
Example cURL:
Última actualización