Policies
Policies and terms of service
Retrieve a contact
curl --request GET \ --url https://api.mobilizehub.com/v1/contact.get-contact \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "<string>", "updatedAt": "<string>", "email": "jsmith@example.com", "subscribed": true, "firstName": "<string>", "lastName": "<string>", "bio": "<string>", "phone": "<string>", "mobile": "<string>", "address": "<string>", "zip": "<string>", "city": "<string>", "country": "<string>", "organizationId": "<string>" }, "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