createSession
POST/auth-session/session/create
createSession
Request
- application/json
Body
- MOD1
- MOD2
- MOD3
- MOD4
- MOD5
- MOD6
- MOD7
- MOD8
workflowId uuidrequired
externalCustomerId stringrequired
additionalInformation object
email email
phone string
Possible values: >= 4 characters
wallet object
address object required
anyOf
string
string
string
string
string
string
string
string
namespace stringrequired
Possible values: [tezos
, eip155
, aptos
, polkadot
, starknet
, cosmos
, solana
, cardano
]
Responses
- 200
- 404
Generate an api access token for the given workflowId
- application/json
- Schema
- Example (from schema)
Schema
token stringrequired
{
"token": "string"
}
Workflow not found
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
{
"error": "string"
}
Loading...