@seamapi/http - v2.5.0
    Preparing search index...

    Class SeamHttpPhonesSimulate

    Client for the Seam API /phones/simulate routes.

    Index
    client: AxiosInstance

    The client used to make HTTP requests to the Seam API.

    defaults: Required<SeamHttpRequestOptions>

    Default request options used for requests made by this client.

    • Updates the client session token used by this client for authentication.

      Parameters

      • clientSessionToken: string

      Returns Promise<void>

      If this client was not created with a client session token.

    • Creates a new SeamHttpPhonesSimulate authenticated with a console session token and scoped to a workspace.

      Parameters

      Returns SeamHttpPhonesSimulate

    • Creates a new SeamHttpPhonesSimulate authenticated with a personal access token and scoped to a workspace.

      Parameters

      Returns SeamHttpPhonesSimulate

    • Creates a new SeamHttpPhonesSimulate authenticated with a client session token for the user identified by the user identifier key. The client session is created with the publishable key if it does not exist.

      Parameters

      Returns Promise<SeamHttpPhonesSimulate>