Returns a single account if ?id= is provided, or a list of all accounts. Supports tag filtering via ?tag.key=value.
cURL
curl --request GET \ --url https://api.vidjutsu.ai/v1/accounts
{ "accountId": "<string>", "clientId": "<string>", "platform": "instagram", "name": "<string>", "status": "draft", "createdAt": 123, "campaignId": "<string>", "username": "<string>", "bio": "<string>", "profilePictureUrl": "<string>", "linkInBio": "<string>", "tokportalId": "<string>", "tags": [ { "key": "<string>", "value": "<string>" } ] }
The request has succeeded.
instagram
draft
creating
active
suspended
deleted
Show child attributes