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