Creates a new GupshupPartnerTokenApiClient instance
Configuration object containing partner token and options
Creates a new app for the partner
The name of the app to create
Promise resolving to created app data
Gets an access token for a specific app
The unique identifier of the app
Promise resolving to app access token data
Gets an authentication link for app onboarding
The UUID of the app
Parameters for generating the auth link
Promise resolving to authentication link data
Retrieves all partner apps for the authenticated partner
Promise resolving to partner apps data
Gupshup Partner Token API Client
Provides methods to interact with the Gupshup Partner Token API for managing app access tokens, partner apps, app creation, and authentication links.
Example