- Mock serverhttps://docs.exolink.com/_mock/apis/exolink_api/tenant/{tenant}/profile
- Exolink Productionhttps://api.exolink.cloud/tenant/{tenant}/profile
curl -i -X GET \
'https://docs.exolink.com/_mock/apis/exolink_api/tenant/{tenant}/profile' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'List of profiles
Array [
]
Response
[ { "id": 1, "tenantId": 0, "displayName": "Default Profile", "dynamic": false, "cpmsId": 0, "cpmsIds": [], "cpmsName": "string", "cpmsUrl": "string", "labId": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "deletedAt": "2019-08-24T14:15:22Z" } ]