cURL
curl --request GET \ --url https://api.example.com/v1/sign-requests/{id} \ --header 'Authorization: <authorization>'
Bearer authentication header of the form Bearer , where is your auth token.
The announcement request ID to get a status of
Valid response