growsurf_get_team
Retrieve team information for your GrowSurf account and check verification status to enable participant emailing.
Instructions
Fetch the team bound to the API key or OAuth connection. verificationStatus is VERIFIED once GrowSurf has verified the team, which is required before a program can email participants. Personal profiles and internal identifiers are not returned. Requires GROWSURF_API_KEY; does not require GROWSURF_CAMPAIGN_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The team's display name. | |
| verificationStatus | No | Team verification state. `VERIFIED` is required before a program can send participant emails. | |
| verificationRequestedAt | No | When verification was last requested, as a Unix timestamp in milliseconds. |