Skip to content

Conversation

@ehimen-io
Copy link

@ehimen-io ehimen-io commented Jan 26, 2026

Screenshot 2026-01-26 at 12 28 17 PM

@ehimen-io ehimen-io requested review from anero and lavaturtle January 26, 2026 16:14
Copy link

@lavaturtle lavaturtle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to be a little clearer about which signatures this is returning and why.
Can you also add a screenshot to this PR? It's fine if the end of the JSON response example is cut off.

@ehimen-io ehimen-io requested a review from lavaturtle January 26, 2026 17:28
@ehimen-io
Copy link
Author

JSON:

{
  "signatures": [
    {
      "bucket": "",
      "country_without_fallback": "US",
      "from_embed": null,
      "last_signed_at": "2020-02-01T10:00:00Z",
      "user_agent": null,
      "deleted_at": null,
      "additional_fields": {},
      "id": 123,
      "country": "US",
      "created_at": "2020-02-01T10:00:00Z",
      "updated_at": "2020-02-01T10:00:00Z",
      "unsubscribe_at": null,
      "email": "foo@bar.com",
      "confirmed_at": null,
      "confirmed_reason": null,
      "first_name": "Foo",
      "join_organisation": true,
      "last_name": "Bar",
      "phone_number": "555-555-5555",
      "postcode": "10010",
      "source": "",
      "token": "abcDEFghi123456789jklMNO",
      "user_ip": "123.123.123.123",
      "utm_campaign": null,
      "utm_content": null,
      "utm_medium": null,
      "utm_source": null,
      "utm_term": null,
      "eu_data_processing_consent": false,
      "consent_content_version": null,
      "data_processing_consent_type": "explicit",
      "partnership_opt_ins": [],
      "email_opt_in_type": {
        "context": "web_form",
        "kind": "radio_sure",
        "mailable": true,
        "external_id": null,
        "active": true
      },
      "member": {
        "id": 111222333,
        "created_at": "2020-02-01T10:00:00Z"
      },
      "message_to_target": {
        "admin_reason": null,
        "admin_status": "approved",
        "administered_at": "2020-02-01T10:00:19Z",
        "subject": "King George, Don't Tax our Tea!",
        "text": "We don't want taxation without representation."
      },
      "petition": {
        "url": "https://your-organisation.controlshiftlabs.com/petitions/no-taxes-on-tea",
        "slug": "no-taxes-on-tea"
      }
    }
  ],
  "meta": {
    "current_page": 1,
    "total_pages": 1,
    "previous_page": null,
    "next_page": null
  }
}

Copy link

@lavaturtle lavaturtle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ehimen-io ehimen-io merged commit dcf4e0d into mf-cs-documentation Jan 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants