Public endpoints
API Reference//
- Update Profile
Get Tenant
Update Tenant
Get Tenant Statistics
Get Subscription
List Tenant Users
Bulk Set User Roles
Set User Role
Remove User from Tenant
Create Invite
List IPs
Add IP
Delete IP
Get Metrics
List Profiles
Create Profile
Get Profile
Delete Profile
Get Provision Status
Start Provisioning
Stop Provisioning
Get Billing Portal Session
Update Profile
Exolink API (1.0.0)
Download OpenAPI description
Overview
Exolink Support
Languages
Servers
Mock server
https://guides.exolink.com/_mock/apis/exolink_api
https://api.exolink.cloud
- Mock serverhttps://guides.exolink.com/_mock/apis/exolink_api/tenant/{tenant}/profile/{profileId}
- https://api.exolink.cloud/tenant/{tenant}/profile/{profileId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://guides.exolink.com/_mock/apis/exolink_api/tenant/{tenant}/profile/{profileId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
application/json
{ "id": 1, "tenantId": 0, "displayName": "Default Profile", "dynamic": false, "cpmsId": 0, "cpmsName": "string", "cpmsUrl": "string", "labId": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "deletedAt": "2019-08-24T14:15:22Z" }
- Mock serverhttps://guides.exolink.com/_mock/apis/exolink_api/tenant/{tenant}/profile/{profileId}
- https://api.exolink.cloud/tenant/{tenant}/profile/{profileId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://guides.exolink.com/_mock/apis/exolink_api/tenant/{tenant}/profile/{profileId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"displayName": "string",
"cpmsId": 0
}'- Mock serverhttps://guides.exolink.com/_mock/apis/exolink_api/tenant/{tenant}/profile/{profileId}
- https://api.exolink.cloud/tenant/{tenant}/profile/{profileId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://guides.exolink.com/_mock/apis/exolink_api/tenant/{tenant}/profile/{profileId}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'