# GEDX402 Social – Pinterest User Boards Lookup

> GEDX402 Social – Pinterest User Boards Lookup is a paid API for AI agents from social.gedx402.com, paid per call via x402, $0.014/call, status unknown (last checked 2026-09-14).

Fetches the list of boards for a given Pinterest user handle via the SociaVault proxy, paid per call with x402.

## Facts

- Endpoint: GET https://social.gedx402.com/v1/sociavault/pinterest/user/boards
- Price: $0.014/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gedx402-social-pinterest-user-boards-lookup-369ff1a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dsqakygw4vA9esRXlq-k7

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 gedx402-social-pinterest-user-boards-lookup-369ff1a4
```

Example prompt: Can you pull all the Pinterest boards for the user handle 'homedesignpro' using SociaVault — go ahead and trim the response?

## When to prefer this

Choose this endpoint when you need to programmatically retrieve the board list for a specific Pinterest user without maintaining a direct Pinterest API integration. Ideal for agent workflows doing influencer research, content auditing, or social graph analysis where pay-per-call pricing is preferable to subscription APIs.

## Known failure modes

- Invalid or nonexistent Pinterest handle returns empty data or error
- x402 payment failure causes 402 response before data is returned
- Rate limiting or upstream Pinterest API unavailability causes failure
- Malformed handle input may result in unexpected empty results
- trim parameter misuse may affect data shape but not cause hard failure

## How this service works

SociaVault API proxy — pinterest-user-boards. Query/body matches https://docs.sociavault.com/api-reference/openapi.json. GET/POST per route; x402 per call. $0.014 USDC per request.

## Output

Returns a JSON object with a `data` field containing the list of Pinterest boards for the specified user, a `success` boolean, and `provider` set to 'sociavault'. Board details are nested within the data object.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "trim": {
   "type": "boolean"
  },
  "handle": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "success": true,
  "provider": "sociavault"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gedx402-social-pinterest-user-boards-lookup-369ff1a4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from social.gedx402.com](https://www.zero.xyz/host/social.gedx402.com/llms.txt)
