Setup Links | Directory Sync
Get the Setup Links by product
get/api/v1/dsync/setuplinks/product
Query parameters
productstring required
Product
pageOffsetstring
Starting point from which the set of records are retrieved
pageLimitstring
Number of records to be fetched for the page
pageTokenstring
Token used for DynamoDB pagination
Response
Success
Example response
[
{
"data": {
"setupID": "0689f76f7b5aa22f00381a124cb4b153fc1a8c08",
"tenant": "acme",
"product": "my-app",
"service": "sso",
"validTill": 1689849146690,
"url": "http://localhost:5225/setup/0b96a483ebfe0af0b561dda35a96647074d944631ff9e070"
}
}
]Changes
Changed in 2 of the 50 revisions of this API.11
- ○
added the media type
application/jsonfor the response with the status200response-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the media type
application/jsonfor the response with the status200response-media-type-removed
This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲