POST
https://api.gofermata.com
/
v1
/
accounts
/
{account_id}
/
events
curl --request POST \
  --url https://api.gofermata.com/v1/accounts/{account_id}/events \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "type": "VIDEO",
    "quantity": 1,
    "cost_override_amount": 2,
    "cost_override_denomination": "videos"
  }
]'
{
  "events_submitted": 123
}

Authorizations

Authorization
string
header
required

To authenticate against the API, use HTTP Basic Authentication with your customer ID as the username and API key as the password.

Path Parameters

account_id
string
required

Body

application/json · object[]

The body is of type object[].

Response

200 - application/json

OK

The response is of type object.