How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Bigtincan Hub API

The Bigtincan Hub Public API provides programmatic access to the Bigtincan sales enablement platform, enabling management of sales content, training programs, coaching insights, buyer engagement analytics, and CRM content synchronization. Supports OAuth2 authentication with Client ID and Client Secret for generating access tokens.

Bigtincan Hub API is published by Bigtincan on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Sales Enablement, Content Management, Training, Coaching, and Buyer Engagement. The published artifact set on APIs.io includes API documentation, an API reference, an OpenAPI specification, authentication docs, and rate-limit docs.

This API exposes 69 operations across 62 paths, organized into 18 resource areas, and defines 33 schemas. It is described by OpenAPI 2.0, at version 1.0.

Requests are made against the base URL https://pubapi.bigtincan.com.

69 operations 62 paths 33 schemas 9 DELETE33 GET8 PATCH15 POST4 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
1.0
Base URL
https://pubapi.bigtincan.com
Authentication
OAuth 2.0, OAuth 2.0
Terms of Service
Resource Areas
18

Authentication & Security 2

Bigtincan Hub API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (oauth2_password) using the password flow. It supports OAuth 2.0 (oauth2_authorization_code) using the accessCode flow. By default, every request must be authenticated.

  • oauth2_password — Client ID + Client Secret + API Key exchanged at /services/oauth2/token with granttype=password. Returns accesstoken + refreshtoken. The As-User header is avai…
  • oauth2_authorization_code — Interactive Bigtincan Hub user login. The As-User header is disabled for this flow. Source: https://pubapi.bigtincan.com/doc/interactive/

Paths & Operations 69

Across 62 paths, the API surfaces 69 operations — 9 DELETE, 33 GET, 8 PATCH, 15 POST, 4 PUT. They span 18 resource areas, including Bookmark, Channel, Admin, Settings, Event, File, Form, Group, and 10 more. Each is listed below with its method, path, parameters, and response codes.

Bookmark 1
GET
/v1/bookmarks
Retrieve Stories and Files bookmark.
get-v1-bookmarks 5 params → 200400401403
Channel 6
GET
/v1/channel/all
Retrieve channels.
get-v1-channel-all 5 params → 200400401403
POST
/v1/channels
Retrieve channels by ids.
post-v1-channels 1 param → 200400401403
DELETE
/v1/channel/{channel_id}
Delete a channel.
delete-v1-channel-by-channel-id 3 params → 204401403404422
PATCH
/v1/channel/{channel_id}
Update a channel.
patch-v1-channel-by-channel-id 3 params → 200400401403422
POST
/v1/channel/personal/add
Create a personal channel.
post-v1-channel-personal-add 2 params → 200400401403422
POST
/v1.1/channel
Create a channel.
post-v1-1-channel 2 params → 201400401403422
Admin 11
GET
/v1/admin/channels
Get all admin channels
get-v1-admin-channels 4 params → 200400401403404
PATCH
/v1/admin/channels/{channel_id}
Modify a channel
patch-v1-admin-channels-by-channel-id 2 params → 200400401403404422
DELETE
/v1/admin/groups/{group_id}
Delete a group.
delete-v1-admin-groups-by-group-id 1 param → 204400401403422
PATCH
/v1/admin/groups/{group_id}
Modify a group.
patch-v1-admin-groups-by-group-id 3 params → 200400401403404422
GET
/v1/admin/group/get/{group_id}
Get a group.
get-v1-admin-group-get-by-group-id 1 param → 200401
DELETE
/v1/admin/groups/{group_id}/users/{user_id}
Remove user from a group
delete-v1-admin-groups-by-group-id-users-by-user-id 2 params → 204400401403404422
GET
/v1/admin/tabs
Retrieve admin tabs.
get-v1-admin-tabs 4 params → 200400401403
PATCH
/v1/admin/tabs/{tab_id}
Modify a tab
patch-v1-admin-tabs-by-tab-id 2 params → 200400401403404422
GET
/v1.1/admin/group/all
Retrieve groups.
get-v1-1-admin-group-all 11 params → 200401
GET
/v1.1/admin/user/get/{user_id}
Get a user.
get-v1-1-admin-user-get-by-user-id 1 param → 200401
GET
/v1.3/admin/user/all
Retrieve users.
get-v1-3-admin-user-all 10 params → 200401422
Settings 1
GET
/v1/settings
Retrieve settings.
get-v1-settings → 200401
Event 1
GET
/v1/events
Retrieve a user's events.
get-v1-events 4 params → 200401422
File 4
POST
/v1/files/{file_perm_id}/tags
Add tags to file
post-v1-files-by-file-perm-id-tags 2 params → 200400401403404422
GET
/v1/files/{file_perm_id}
Retrieve file details
get-v1-files-by-file-perm-id 2 params → 200403404
GET
/v1/files
Retrieve files
get-v1-files 4 params → 200403
GET
/v1/file/allowed-extensions
Retrieve allowed file extensions
get-v1-file-allowed-extensions → 200403
Form 5
GET
/v1/form_category/all
Retrieve form categories.
get-v1-form-category-all 4 params → 200400401403
GET
/v1/form/all
Retrieve forms.
get-v1-form-all 5 params → 200400401403
GET
/v1/form/get/{form_id}
Get a form.
get-v1-form-get-by-form-id 3 params → 200400401403
GET
/v1/form/data/{form_id}
Retrieve form data.
get-v1-form-data-by-form-id 6 params → 200400401403
GET
/v1/form/get_file/{form_id}/{submission_key}/{filename}
Get a form file.
get-v1-form-get-file-by-form-id-by-submission-key-by-filename 4 params → 200400401403
Group 3
GET
/v1/group/all
Retrieve groups.
get-v1-group-all 5 params → 200400401403
POST
/v1/group
Create a group.
post-v1-group 2 params → 201400401403
PUT
/v1/group/{group_id}/users
Adds users to a group.
put-v1-group-by-group-id-users 3 params → 200400401403
History 1
POST
/v1/track_interactions
Record user interactions.
post-v1-track-interactions 2 params → 200400401403
Links 1
POST
/v1/links
Retrieve links from URN.
post-v1-links 2 params → 200400401403
Public File Share 6
GET
/v1/shares
Retrieve a user's shares.
get-v1-shares 2 params → 200401
POST
/v1/shares
Create a share.
post-v1-shares 1 param → 201401404422
GET
/v1/shares/{share_id}
Retrieve a share.
get-v1-shares-by-share-id 1 param → 200401403404
DELETE
/v1/shares/{share_id}
Delete a share.
delete-v1-shares-by-share-id 1 param → 204401403404
PUT
/v1/shares/{share_id}/files/{file_id}
Add a file to a share.
put-v1-shares-by-share-id-files-by-file-id 2 params → 204401403404422
DELETE
/v1/shares/{share_id}/files/{file_id}
Remove a file from a share.
delete-v1-shares-by-share-id-files-by-file-id 2 params → 204401403404422
Story 11
POST
/v1/story/add/tag/{story_perm_id}
Tag a story.
post-v1-story-add-tag-by-story-perm-id 3 params → 200400401403
DELETE
/v1/story/archive/{revision_id}
Archive a story.
delete-v1-story-archive-by-revision-id 2 params → 200400401403
POST
/v1/story/comment/{revision_id}
Comment on a story.
post-v1-story-comment-by-revision-id 3 params → 200400401403
GET
/v1/story/search
Search for stories.
get-v1-story-search 9 params → 200400401403
POST
/v1/story/share/{revision_id}
Share a story.
post-v1-story-share-by-revision-id 3 params → 200400401403
POST
/v1/story/upload/file
Upload a file to attach to a new or existing story.
post-v1-story-upload-file 3 params → 200400401403
GET
/v1/story/{story_perm_id}/widgets
Get widgets in the template data of a story.
get-v1-story-by-story-perm-id-widgets 1 param → 200401422
GET
/v1.1/story/get/{story_perm_id}
Retrieve a story.
get-v1-1-story-get-by-story-perm-id 2 params → 200400401403
GET
/v1.2/story/all
Retrieve stories.
get-v1-2-story-all 6 params → 200400401403
POST
/v1.2/story/add
Publish a story.
post-v1-2-story-add 2 params → 201400401403
PUT
/v1.2/story/edit/{revision_id}
Update a story.
put-v1-2-story-edit-by-revision-id 3 params → 201400401403
CRM 1
GET
/v1/story/crm/recommendation
Retrieve story CRM recommendations.
get-v1-story-crm-recommendation 6 params → 200401422
Tab 5
GET
/v1/tab/all
Retrieve tabs.
get-v1-tab-all 5 params → 200400401403
POST
/v1/tab
Create a tab.
post-v1-tab 2 params → 201400401403
PUT
/v1/tabs/{tab_id}/channels/{channel_id}/groups
Add groups to a tab.
put-v1-tabs-by-tab-id-channels-by-channel-id-groups 4 params → 200400401403
DELETE
/v1/tabs/{tab_id}/channels/{channel_id}/groups/{group_id}
Remove a group from a tab.
delete-v1-tabs-by-tab-id-channels-by-channel-id-groups-by-group-id 4 params → 204400401403
DELETE
/v1/tab/{tab_id}
Delete a tab.
delete-v1-tab-by-tab-id 2 params → 204400401403
Tag 1
GET
/v1/tags
Get Tags
get-v1-tags 3 params → 200401403
User 6
DELETE
/v1/user/{user_id}
Delete a user.
delete-v1-user-by-user-id 1 param → 204400401403
PATCH
/v1/user/change-password
Change the current user's password.
patch-v1-user-change-password 1 param → 200400401
PATCH
/v1/user/forgot-password
Send a reset password email.
patch-v1-user-forgot-password 1 param → 200400422
GET
/v1/user/me
Get information about the current user.
get-v1-user-me 1 param → 200400401403
POST
/v1.1/user
Create a new user.
post-v1-1-user 2 params → 201400401403
PATCH
/v1.1/user
Update an existing user.
patch-v1-1-user 2 params → 200400401403
User Metadata 3
GET
/v1/user-metadata
Retrieve all user metadata.
get-v1-user-metadata 2 params → 200401
GET
/v1/user/{user_id}/metadata
Retrieve a user's metadata.
get-v1-user-by-user-id-metadata 1 param → 200401404
PATCH
/v1/user/{user_id}/metadata
Update user metadata.
patch-v1-user-by-user-id-metadata 2 params → 204401404422
Search 2
GET
/v1.3/search/files
Search for files.
get-v1-3-search-files 20 params → 200400401403
GET
/v1.3/search/stories
Search for stories.
get-v1-3-search-stories 19 params → 200400401403

Schemas 33

The contract defines 33 schemas that model the data the API accepts and returns. The most detailed are Update Story Request (21 properties), Add Story Request (18 properties), Update User Request (16 properties), Add User Request (15 properties). Each schema is shown below with its type and property counts.

Error
object
1 property 1 required
Language Code
string
Get Channels Request
object
1 property 1 required
Update channel Request
object
3 properties
Add Personal Channel Request
object
2 properties 1 required
Modify channel request
object
5 properties 1 required
Add tags to file
array
Retrieve file details
array
Retrieve files
array
Add Group Request
object
3 properties 1 required
Modify Group Request
object
3 properties 1 required
Add User to Group Request
array
Record Interaction Request
object
2 properties 1 required
Get links from URN
object
1 property 1 required
Create Share Request
object
2 properties 1 required
Add Comment Request
object
2 properties 1 required
Share Story Request
object
6 properties 2 required
Add Tab Request
object
2 properties 1 required
Add Group To Tab Request
array
Modify tab request
object
3 properties
Change Password Request
object
2 properties 2 required
Reset Password Request
object
1 property 1 required
Update User Metadata Request
array
Add Public Channel Request
object
6 properties 3 required
Story File Request Object
object
6 properties 3 required
Story Event Request Object
object
6 properties 5 required
Story Tag Request Object
object
1 property 1 required
Add User Request
object
15 properties 3 required
Update User Request
object
16 properties 1 required
Story File Edit Request Object
object
7 properties 3 required
Add Story Request
object
18 properties 2 required
Update Story Request
object
21 properties 2 required
As-User
string
Perform action on behalf of this user ID.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

bigtincan-hub-api-openapi.json Raw ↑
Where this information came from

This is an independent, third-party profile of Bigtincan Hub API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.