Learn
Get started with MobilizeHub
Add a signature to a petition
cURL
curl --request POST \ --url https://api.mobilizehub.com/v1/petition.add-signature \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "contactId": "<string>", "petitionId": "<string>", "organizationId": "<string>" }'
{ "data": {}, "object": "contact" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object