Accountless Applications

Create and complete accountless applications. Note that this is an experimental feature and subject to change or be removed without notice.

Create an accountless application [EXPERIMENTAL]

Creates a new accountless application. [EXPERIMENTAL]

SecuritybearerAuth
Responses
200

Success

500

Request was not successful

post/accountless_applications
Response samples
application/json
{
  • "object": "accountless_application",
  • "publishable_key": "string",
  • "secret_key": "string",
  • "claim_url": "string",
  • "api_keys_url": "string"
}

Complete an accountless application [EXPERIMENTAL]

Completes an accountless application. [EXPERIMENTAL]

SecuritybearerAuth
Responses
200

Success

500

Request was not successful

post/accountless_applications/complete
Response samples
application/json
{
  • "object": "accountless_application",
  • "publishable_key": "string",
  • "secret_key": "string",
  • "claim_url": "string",
  • "api_keys_url": "string"
}