Policies
Policies and terms of service
Retrieve a petition
curl --request GET \ --url https://api.mobilizehub.com/v1/petition.get-petition \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "name": "<string>", "title": "<string>", "goal": 123, "target": "<string>", "description": "<string>", "ask": "<string>", "content": "<any>", "imageId": "<string>", "signatures": 123, "status": "DRAFT", "organizationId": "<string>", "image": { "name": "<string>", "url": "<string>", "alt": "<string>", "type": "<string>" } }, "object": "petition" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object