Onepage

Learn how to use Onepage with Composio

Overview

Enum

ONEPAGE

Description

API for enriching user and company data, providing endpoints for token validation and generic search.

Authentication Details

authToken
stringRequired

Actions

Retrieves detailed information about a specific token in the onepage system. this endpoint should be used when you need to obtain comprehensive data about a token, such as its associated permissions, expiration date, or other metadata. it’s particularly useful for token management tasks, such as verifying token validity or checking token attributes. the endpoint accepts a single token and returns its corresponding details. it should not be used for token creation, deletion, or modification operations. note that the specific details returned may vary based on the onepage implementation and the token’s type or purpose.

Action Parameters

token
stringRequired

Action Response

data
object
successful
boolean
error

The searchinput endpoint allows users to perform a search query within the onepage platform. it accepts a required search string and optional parameters for language and output format customization. this endpoint is designed for retrieving relevant information based on user-specified search terms, with the ability to filter results by language and choose between structured (json) or plain text output. use this endpoint when you need to search for specific content or information within the onepage ecosystem. it’s particularly useful for integrating search functionality into applications or workflows that interact with onepage data. note that this endpoint focuses solely on search functionality and does not provide additional features like content creation or modification.

Action Parameters

l
string
o
string
s
stringRequired

Action Response

data
object
successful
boolean
error