Use this API to update the external IDs for race fundraisers.
The request
POST parameter should be JSON like shown below.
The API can process a maximum of 250 external ID assignments per request.
{ "external_id_assignments": [ { "race_fundraiser_id": 123, "external_fundraiser_id": "abc123" }, { "race_fundraiser_id": 456, "external_fundraiser_id": "def456" } ] }
{ "success": true }
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
race_id Required |
GET | ID of race. | uint |
|
api_key Required |
GET | Race API key. | string |
|
api_secret Required |
GET | Race API secret. | string |
|
rsu_api_key |
GET | API key. | string |
|
X-RSU-API-SECRET |
HTTP Header | API secret. | string |
|
request Required |
POST | Request in proper format. | string |