Skip to main content

Get a client application

GET 

/api/client-applications/:clientApplicationId

Get a client application

Request

Path Parameters

    clientApplicationId stringrequired

    Id of the client application.

    Example: 65a7e8ef0d230d0a6bf755e07d39eb02

Responses

Schema

    id string

    The client application id.

    accountId string

    The partner account id that is affiliated with the client application.

    allowedOrigins string[]

    The allowed origins for the client application.

    createdAt string

    Timestamp of client application creation.

    modifiedAt string

    Timestamp of modification.

Loading...