/
CO
collab
/
CollabLand API Server
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 5h ago · Updated 1d ago
Details
Filter operations
AccessControlController
3
AccountController
9
AnalyticsController
4
AssetOwnershipController
4
AxieRulesController
1
BotAccountsController
11
ClientApplicationController
8
get
/client-apps/dev-orgs/{organizationId}
patch
/client-apps/{clientAppId}/reset-api-key
get
/client-apps/{id}
put
/client-apps/{id}
delete
/client-apps/{id}
patch
/client-apps/{id}
get
/client-apps
post
/client-apps
CommunityController
21
CommunityPlanController
3
CommunityWalletController
2
ConfigController
1
DiscordBotController
2
DiscordIntegrationController
10
DiscordInteractionController
4
EthereumBalanceController
2
EthereumLoginController
2
EthereumNftMetadataController
1
EthereumWalletConnectionVenlyController
1
EvmNetworkConfigController
2
FlowContractsController
1
FreshdeskController
2
GithubAccountsController
1
GuestPassController
3
HelloActionController
3
JwksController
2
KudosController
1
L2TipController
4
LogSettingsController
2
MemberPortalRedirectController
1
MiniAppController
3
MiniappRegistrationController
5
NearIndexerController
9
NearNFTController
28
NFTMetadataController
4
OAuth2Controller
6
OrganizationController
4
OrganizationWalletController
2
PingController
1
PlanController
2
QAController
2
QRCodeController
3
RedditController
5
RoleManagerController
5
ScopesController
3
SnapshotController
4
SnapshotWebhookController
1
StakingContractsController
1
StripeController
5
TelegramPkpController
1
TokenproofLoginController
2
UnlockProtocolController
2
UrlSlugController
3
UserAdsController
5
UserAuthorizationController
4
WalletManagerController
9
WebAdsController
1
WebauthnController
11
ClientApplicationController
get
/client-apps/dev-orgs/{organizationId}
Path parameters
organizationId
string
required
Response
OK
ClientApplication
required
id
string
createdTime
string
pk
string
sk
string
classifier
string
classifierGroup
string
status
string
required
Status of request
actions
object[]
name
string
email
string
tenant
string
feedback
string
Feedback from user
secret
string
clientSecret
string
clientSecretHash
string
url
string
clientType
'confidential'
|
'public'
|
'apiKey'
redirectUris
string[]
allowedGrantTypes
string[]
allowedScopes
string[]
disallowedScopes
string[]
apiKey
string
apiKeyHash
string
allowedOrigins
string[]
allowedReferrers
string[]
allowedIpAddresses
string[]
subscribeEvents
string[]
webhookUrl
string
icon
string
createdByName
string
createdById
string
requestedScopes
string[]
Changes