Standard
Descriptor
This endpoint provides the descriptor for the app.
get/descriptor
Headers
TR_IDstring
A trace id, to help track problems. If it's not received, an auto-generated value will be used for logging. A TR_ID header should also be set on the response.
Response
Example response
{
"version": "2.1.4",
"extensions": [
{
"extensionPointId": "lc.verificationprovider",
"id": "string",
"name": "string",
"description": "string",
"extensionPointVersion": "1.0",
"configuration": {
"endpoints": {
"lc.verification.startverification": "string",
"lc.verification.verifysegment": "string",
"lc.verification.getmessagesbyculture": "string",
"lc.verification.getsettingsschema": "string"
},
"validationInputType": "string"
}
}
],
"webhooks": [
{
"url": "/webhook-receiving-endpoint"
}
],
"baseUrl": "https://somehostname.net/service/v1"
}