Skip to main content
GET
/
v1
/
accounts
List accounts
curl --request GET \
  --url https://api.vidjutsu.ai/v1/accounts \
  --header 'X-Api-Key: <api-key>'
{
  "data": [
    {
      "accountId": "<string>",
      "platform": "<string>",
      "name": "<string>",
      "status": "creating",
      "createdAt": 123
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

Response

200 - application/json

Account list

data
object[]