cURL
curl --request POST \ --url https://roster.platform.arb.inc/arbitrators/confirm \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "reservationID": "c17c3433-81b3-4096-90e0-9fbb32c06204" } '
"reservation successfully confirmed"
Confirms a pending arbitrator reservation.
access token
The reservation ID to confirm.
"c17c3433-81b3-4096-90e0-9fbb32c06204"
Reservation successfully confirmed.
The response is of type string.
string