# Palmyr Social – List TikTok Accounts

> Palmyr Social – List TikTok Accounts is a paid API for AI agents from palmyr.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Lists all TikTok accounts associated with the caller's wallet, including their session health status.

## Facts

- Endpoint: GET https://palmyr.ai/social/tiktok/accounts
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/palmyr-social-list-tiktok-accounts-b3e5f956
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nIA3o-8WLmiw8X1Eb61cc

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability palmyr-social-list-tiktok-accounts-b3e5f956
```

Example prompt: Show me all the TikTok accounts my wallet owns on Palmyr and tell me which ones have healthy active sessions.

## When to prefer this

Use this endpoint when you need to enumerate TikTok accounts under a specific Palmyr wallet and assess whether their browser sessions are still valid before attempting automated actions like posting. Prefer this over manual session checks or TikTok's own API when your agent workflow is wallet-gated via x402 and you need a unified view of account health across multiple TikTok identities.

## Known failure modes

- Wallet not recognized or has no linked TikTok accounts — returns empty list or 404
- Invalid or missing x402 payment header — returns 402 Payment Required
- TikTok session data unavailable — partial list returned with unknown session status
- Payment insufficient or wrong token — returns payment error
- Rate limit exceeded — returns 429 Too Many Requests

## How this service works

List the TikTok accounts your wallet owns, with session health.

## Output

Returns a list of TikTok accounts owned by or associated with the calling wallet, each accompanied by a session health indicator (e.g. active, expired, or degraded) and account identifiers. Useful for determining which accounts are ready for automated posting or require re-authentication.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/palmyr-social-list-tiktok-accounts-b3e5f956/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from palmyr.ai](https://www.zero.xyz/host/palmyr.ai/llms.txt)
