cURL
curl --request GET \ --url https://api-v2.ziina.com/api/account
{ "account_id": "12345", "account_type": "personal", "status": "active", "ziiname": "ziina_user", "display_name": "John Doe", "profile_picture_url": "https://example.com/profile.jpg" }
Use this endpoint to fetch information about the connected Ziina account. Ideal for displaying user identity or validating access
read_account
Successful response with account information
The response is of type object.
object
Was this page helpful?