Get API token
POST/authenticate
Generate API Token
Request
- application/json
Body
email string
User email
password string
User password
exp string
Expiration string. We do not recommend using long expirations, it is always safer to request a new API token.
Accept same values as PHP datetime modify function
Default value:
+1 hour
Responses
- 200
Successfully generated access token
- text/plain
- Schema
Schema
string