v1
latestOpenAPI 3.0.3Proprietary2026-07-244065126.5 KBPartnership
Create Partnership User
Create a partnership pre-account for the given email under the authenticated API key's partnership program. A sign-up email is sent to the user with a link to complete account creation. The pre-account expires 30 days after creation. The monthly datapoint limit is determined by the chosen plan (BASE or PLUS).
post/api/v2/partnerships/user
Request body
Response
Example response
{
"email": "user@example.com",
"plan": "PLUS",
"expires_at": "2026-06-06T12:00:00+00:00"
}