Create AuthorizationAsk AIpost https://www.keycafe.com/v0/authorizationCreate an authorization with a POST request to the endpoint.Body ParamsexpirydateAn optional (but recommended) expiry date for the authorization token, in ISO 8601 format without milliseconds. If omitted, the token never expires.codestringRequired if the account has 2FA enabled or twoFactor is true. The code that was sent to the user. Example:124568twoFactorbooleanIf true, a 2FA code will be required to generate the authorization token, regardless of whether the user has 2FA enabled. Example: TruetruefalseResponse 200Successful creation of an authorization token.Updated 8 months ago