post https://koddi.io/console/v1/member_groups//advertisers//entity_registrations/failed/report
This endpoint gets the entity registration failed events details report. It will only pull the first unique failure of each bidder ID for the given advertiser.
Utilizing this endpoint in tandem with the entity registration endpoint will allow the user to view if any of their registrations failed and were not added to the advertiser.
The MemberGroupId will be provided by the Koddi team.
Note: You can have an empty request body and this endpoint will return all instances that have failed for the account.
Response
Field | Type | Description |
---|---|---|
details | array_of_object | Details of the call that was ran |
event_detail_id | int | The ID corresponding to this call. Used for internal investigation by the Koddi team. |
event_id | int | The ID corresponding to the entity registration call. |
completed_on | string | Timestamp that this call was completed on |
internal_id | string | Bidder ID that failed in getting added to advertiser |
error_message | string | Detail on why the failure occurred. |
error_code | int | Error code for the detail above. |
total | int | Total number of errors included in the report |