Run an account action
Triggers an account action for the specified account
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
account-id
The ID of the account to run the action on
Request
This endpoint expects an object.
data
Response
Account action executed successfully
data
An Account object.
Note that fields is not key inflected.
meta
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
429
Too Many Requests Error

