Get All Installed Marketplace Templates
Get All Installed Marketplace Templates
Path Parameters
workspaceName string required
Header Parameters
Authentication string
Example: Bearer {{token}}
Response
id
string
Unique Id of the Marketplace.
alias
string
Name of the marketplace application.
description
string
Description for marketplace application.
providerId
string
Marketplace provider Id.
topLevel
boolean
true/false for top level authenticator.
builtIn
boolean
true/false for built in marketplace authenticator.
hidden
boolean
true/false for hidden authenticator or not.
installed
boolean
true/false for installed or not.
templateAlias
string
Template name.
templateType
string
Template type.
templateId
string
Id of the template.
authenticationExecutions
array
live
boolean
true/false for marketplace authenticator is live or not.
Sample Response
[
{
"id": "68df5301-f94c-4aea-8db0-4d64b7f6299a",
"alias": "Magic Link Auth_onboarding",
"description": "email-magic-link-onboarding",
"providerId": "basic-flow",
"topLevel": true,
"builtIn": false,
"hidden": false,
"installed": true,
"templateAlias": "email-ml-reg-temp-title",
"templateType": "ONBOARDING",
"templateId": "ffad4c80-5956-407b-8658-ec56f8f5f001",
"authenticationExecutions": [
{
"authenticatorConfig": "e080d035-8a45-4728-bb2a-493f71211705",
"authenticator": "email-reg-authenticator",
"authenticatorFlow": false,
"requirement": "REQUIRED",
"priority": 10,
"autheticatorFlow": false,
"userSetupAllowed": false
}
],
"live": true
}
]
HTTP STATUS CODE SUMMARY | ||
---|---|---|
200 - OK | Successfully done. | |
201 - OK | Successfully created. | |
400 - Bad Request | The request was unacceptable, often due to missing a required parameter. | |
401 - Unauthorized | Unauthorized access try with correct access. | |
402 - Request Failed | The parameters were valid but the request failed. | |
403 - Forbidden | The Application doesn't have permissions to perform the request. | |
404 - Not Found | The requested resource doesn't exist | |
500 - Server Errors | Something went wrong on ezto auth's end. (These are rare.) | |
503 - Server Errors | Service temporarily unavailable |
Loading...