Submitting data via the API to Data Channels
A step-by-step guide to submitting abuse reports via the Abusix API using the XARF format, including setup, payload structure, and response handling.
Overview
In this article, you will find information about submitting data via the Abusix API Data Channel.
All data submitted via our RESTful API is mapped to the XARF format, short for the eXtended Abuse Reporting Format. XARF is a standardized set of schemas developed by the XARF community and Abusix for describing abusive behavior or content.
The effort started as an open, community-driven initiative and has become an industry standard for sharing network abuse reports. The GitHub project provides free specifications to support end-to-end automation of abuse reporting.
Reporting Abusive Behavior to Abusix
When completing the Data Channel configuration steps in app.abusix.com, you may select Report Abusive Behavior to Abusix to both report abuse to the appropriate network owner and send data to your Guardian Ops instance.
Examples of this use case include using AbuseHQ to manage abuse:
- within your own hosted mail platform
- user or admin authentication interfaces
- hitting your firewalls
- or other edge systems
Mapping Your Data with Our API
Our backbone uses the XARF schemas to route and process information. While most of the field names are intuitive, you can refer to the examples in the XARF GitHub Project to map your data correctly.
If you need help with data mapping, contact us via chat or at [email protected].
POST Your Data to the API
After completing the Data Channel configuration steps in app.abusix.com, you may POST your data.
Our systems and support team will receive the data and take care of the rest.
Steps:
- Go to https://app.abusix.com/data-channels
- Create a Data Channel
- Send data into your AbuseHQ instance
Example: Send data using the XARF API
Example: Name your Data Channel
Example: Access Credentials
⚠️ Replace any configuration pointing to
https://abusix.abusehq.net/xarf/deliver
with your new access credentials.
Example: curl
Command
Example XARF JSON Payload (copyright.json)
API Responses
Status - 201 Created
Status - 403 Forbidden
Status - 400 Bad Request
Status - 503 Service Unavailable
Need Help?
Having trouble with your setup or running into technical issues? Get in touch with our team of Abusix experts.
- Click the chat button at the bottom of the screen
- Or email us at [email protected]