Monetate Auth API
Introduction
The Monetate Auth API allows you to manage tokens on a per—user key basis.
Using this API, you can request a token with a fixed expiration. It's returned in a successful (200) response in the 'token' key-value pair in the 'data' object.
The 'data' object also contains information about the token's expiration. The value of 'expires_in' is the number of seconds until the token expires, which always matches the value of 'ttl' that you passed in the request. The value of 'expires_at' is the timestamp in seconds since epoch for when the token expires.
This token is associated with a public key you uploaded to Monetate and may be revoked by deactivating said key.