GET Eventportal API
  1. AppApiV1Config
GET Eventportal API
  • Basic Information
  • AppApiV1Config
    • AppApiV1Config
    • AppApiV1Config_GetConfig
      GET
  • AppApiV1Token
    • AppApiV1Token
    • AppApiV1Token_Refresh
      POST
    • AppApiV1Token_CreateTicketTokenForOverview
      POST
    • AppApiV1Token_CreateTagTokenForOverview
      POST
  • AppApiV1TokenData
    • AppApiV1TokenData
    • AppApiV1TokenData_GetOverview
      GET
    • AppApiV1TokenData_GetTransactions
      GET
  • AppApiV1UserData
    • AppApiV1UserData
    • AppApiV1UserData_LoginWithOidcToken
      POST
    • AppApiV1UserData_LoginWithImplicitToken
      POST
    • AppApiV1UserData_FetchWallets
      GET
    • AppApiV1UserData_AddTagWallet
      POST
    • AppApiV1UserData_AddTicketWallet
      POST
    • AppApiV1UserData_DeleteWallet
      DELETE
  • Schemas
    • Schema
      • Schemas
    • Schemas
      • ContextConfigModel
      • RefreshTokensResult
      • TokenRefreshResult
      • RefreshTokenResultEnum
      • RefreshTokensArgs
      • RefreshTokenInfo
      • CreateTokenForTicketOverviewResult
      • CreateTokenForTicketOverviewArgs
      • CreateTokenForTagOverviewResult
      • CreateTokenForTagOverviewArgs
      • TokenDataModel
      • TokenOverviewModel
      • TokenBalanceModel
      • TokenPayoutInfoModel
      • TokenTransactionList
      • TokenTransactionModel
      • TokenTransactionTypeEnum
      • TokenTransactionStatusEnum
      • TokenTransactionItemModel
      • TokenReferenceInfoModel
      • TokenReferenceTypeEnum
      • UserLoginModel
      • AppApiError
      • AppApiRedirectError
      • UserLoginArgs
      • UserWalletsModel
      • UserWalletModel
      • UserWalletEntityInfo
      • UserWalletEntityReferenceTypeEnum
      • UserAddTagWalletModel
      • UserAddTicketWalletModel
  1. AppApiV1Config

AppApiV1Config_GetConfig

GET
/app/v1/context/{contextId}/config

Request

Path Params

Responses

🟢200OK
application/json
Success
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.eventportal.io/app/v1/context/abcdef01-2345-6789-abcd-ef0123456789/config'
Response Response Example
{
    "currencySymbol": "string",
    "creditsSymbol": "string",
    "tagLinkEnabled": true,
    "tagLinkEnabledFrom": "2019-08-24T14:15:22.123Z",
    "tagLinkEnabledTo": "2019-08-24T14:15:22.123Z",
    "ticketLinkEnabled": true,
    "ticketLinkEnabledFrom": "2019-08-24T14:15:22.123Z",
    "ticketLinkEnabledTo": "2019-08-24T14:15:22.123Z",
    "ticketRegexes": [
        "string"
    ],
    "tagRegexes": [
        "string"
    ]
}
Modified at 2025-04-04 12:11:23
Previous
AppApiV1Config
Next
AppApiV1Token
Built with