/account-abstraction/platforms/:platform/accounts
PUT
PUT
/account-abstraction/platforms/:platform/accounts
The /account-abstraction/platforms/:platform/accounts
endpoint allows to create a platform linked smart account for its users, e.g. a smart account used through telegram.
It is designed to allow projects to create accounts on behalf of their users
Headers
Name
Value
x-api-key
Your API key
Path Variables
Name
Mandatory?
Default
Value
:platform
Yes
The platform, e.g. telegram.
:id
Yes
The user Id for that platform.
Request Body
required: true
content: application/json:
schema:
type: object
description: An array of valid operations.
Response Body
Name
Type
Description
accounts
array
List of accounts created or skipped
Example Request
Response
Last updated