Create Project Session
Create new project session for user.
Create Project Session
POST
{{server-url}}/project-sessions
It returns project session's identifier
Headers
Name
Type
Description
Authorization*
String
UUID formatted access token
Content-Type*
String
application/json
PROJECT-ID*
String
UUID formatted projectId information
Request Body
Name
Type
Description
address*
String
Represents user's wallet address
{
// Response
}
Example Response Body
{
"data": 328,
"message": null,
"code": 0,
"error": false
}
Last updated