Tripmata Messaging

The missing messaging module for TripMata



Getting Started

To begin sending requests to the server address https://messaging.tripmata.com/api you must first obtain an authorization token from the developer/author Tripmata. This is default to FatApi, except the authorization rule was removed for this app.

All your requests should carry this basic request headers;

Header Value Consiquence
authorization Bearer (api token) If missing, FatApi would result to a 401 status code, with the message Your HTTP request header is missing authorization code. Please add (Authorization : Bearer < token here >)
x-meta-service resource eg. authentication If missing, FatApi would stop with the message Missing MetaData Service in request body\/header., but would still result to a 200 status code
x-meta-method method eg. login, forgot password If missing FatApi would load the default method Init.