Code
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST |
Retrieve code invites check access
Check whether the authenticated user has access to PostHog Code.
Example request
GET /api /code /invites /check-accessExample response
Status 200 Access check result
Create code invites redeem
Redeem a PostHog Code invite code to enable access.
Request parameters
- codestring
Example request
POST /api /code /invites /redeemExample response
Status 200 Invite code redeemed successfully
Status 400 Invalid or expired invite code
RESPONSE