Summary and recommendation
Talkwalker exposes a REST API at `https://api.talkwalker.com/api/v2` authenticated via an API key passed as an `access_token` query parameter or Authorization header.
The API is scoped entirely to social listening data - search queries, analytics, and project data - and contains no documented endpoints for user provisioning, deprovisioning, or role management.
No SCIM 2.0 endpoint, OAuth 2.0 flow, or service-account token model is documented in official sources.
API quick reference
| Has user API | No |
| Auth method | API key (passed as query parameter `access_token` or request header) |
| Base URL | Official docs |
| SCIM available | No |
| SCIM plan required | N/A |
Authentication
Auth method: API key (passed as query parameter access_token or request header)
Setup steps
- Log in to Talkwalker and navigate to Account Settings.
- Generate an API token from the API access section.
- Include the token as
access_token=<token>query parameter or in the Authorization header on each request.
User object / data model
User object field mapping is not yet verified for this app.
Core endpoints
Endpoint coverage is not yet verified for this app.
Rate limits, pagination, and events
Rate limits: Rate limits are not publicly documented in official Talkwalker developer docs.
Rate-limit headers: No
Retry-After header: No
Rate-limit notes: No official rate-limit documentation found. Contact Talkwalker support for plan-specific limits.
Pagination method: none
Default page size: 0
Max page size: 0
Pagination pointer: Not documented
Webhooks available: No
Webhook notes: No webhook or event-notification system for user-management events is documented in official Talkwalker sources.
Alternative event strategy: Polling the Talkwalker API for data changes is the only documented approach; no user-event webhooks confirmed.
SCIM API status
- SCIM available: No
- SCIM version: Not documented
- Plan required: N/A
- Endpoint: Not documented
Limitations:
- No native SCIM 2.0 provisioning endpoint documented by Talkwalker.
- No IdP connector (Okta, Entra ID, Google Workspace, OneLogin) for automated user provisioning confirmed in official docs.
Common scenarios
Three scenarios are relevant for identity graph completeness.
First, authenticating against the data API: retrieve a token from Account Settings, pass it as access_token=<token> on GET requests to /api/v2/search, and parse JSON results
noting that the token is bound to the generating user account and breaks if that account is deactivated.
Second, inviting a new user: no REST endpoint exists;
this is UI-only via Account Settings > Users.
Third, offboarding: also UI-only, with a mandatory manual step to revoke or rotate any API tokens associated with the departing user, since no automated deprovisioning path is confirmed.
Manually invite a new user
- Log in to Talkwalker as an admin.
- Navigate to Account Settings > Users.
- Use the UI to invite the user by email and assign a role.
- No API endpoint exists to automate this step.
Watch out for: There is no documented REST endpoint for creating or inviting users programmatically.
Authenticate and call the data API
- Retrieve your API token from Account Settings.
- Make a GET request to https://api.talkwalker.com/api/v2/search with
access_token=<token>as a query parameter. - Parse the JSON response for social listening results.
Watch out for: The API token is tied to the generating user account; if that user is deactivated, the token stops working. No service-account token model is documented.
Offboard a user
- Log in to Talkwalker as an admin.
- Navigate to Account Settings > Users.
- Locate the user and remove or deactivate them via the UI.
- Manually revoke or rotate any API tokens associated with that user.
Watch out for: No automated deprovisioning via API or SCIM; offboarding is entirely manual.
Why building this yourself is a trap
The primary integration trap is assuming the Talkwalker API can support identity graph synchronization - it cannot. There are no user-object endpoints, no SCIM operations, no webhook or event-notification system for user-management events, and no documented rate-limit headers to build reliable polling logic against. Rate limits are entirely undocumented publicly;
contact Talkwalker support for plan-specific thresholds. Any identity graph integration must treat Talkwalker as a manual-only node with no programmatic provisioning surface.
Automate Talkwalker workflows without one-off scripts
Stitchflow builds and maintains end-to-end IT automation across your SaaS stack, including apps without APIs. Built for exactly how your company works, with human approvals where they matter.