# catalog_invitations_platform_redeem_create Redeem a blank platform invitation Endpoint: POST /api/catalog/invitations/platform/redeem/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Request fields (application/json): - `platform_key` (string, required) The platform key for the invitation - `source` (string, required) The source identifier for the invitation - `email` (string) The email to associate with the invitation - `username` (string) The username to associate with the invitation - `metadata` (object) Additional metadata for the invitation ## Response 200 fields (application/json): - `id` (integer, required) The unique identifier for the invitation - `user_id` (integer,null) The ID of the user associated with the invitation - `username` (string,null, required) The username of the user associated with the invitation - `email` (string,null, required) The email address associated with the invitation - `created` (string) When the invitation was created - `started` (string,null, required) When the invitation was started - `expired` (string,null, required) When the invitation expires - `source` (string,null, required) The source of the invitation - `redirect_to` (string,null, required) URL to redirect to after accepting the invitation - `active` (boolean, required) Whether the invitation is active - `metadata` (object, required) Additional metadata for the invitation - `platform_key` (string, required) The platform key associated with the invitation