cURL
curl --request POST \ --url https://api.liquidindex.dev/session/single-tenant \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "project_id": "<string>", "services": [ "all" ], "success_url": "<string>", "cancel_url": "<string>" }'
{ "url": "<string>" }
Returns a session URL for single-tenant operations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful query response
The response is of type object.
object