Skip to content

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

Public

Public endpoints

Operations

Auth

Authentication and authorization endpoints

Operations

User

User management endpoints

Operations

Product

Product and pricing endpoints

Operations

Static

Static configuration endpoints

Tenant

Tenant management endpoints

Operations

Update Profile

Request

Update profile information

Security
bearerToken
Path
tenantstringrequired
profileIdintegerrequired
Bodyapplication/jsonrequired
displayNamestring
cpmsIdinteger
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
  }'

Responses

Profile updated successfully

Delete Profile

Request

Delete a configuration profile

Security
bearerToken
Path
tenantstringrequired
profileIdintegerrequired
curl -i -X DELETE \
  'https://guides.exolink.com/_mock/apis/exolink_api/tenant/{tenant}/profile/{profileId}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Profile deleted successfully

Get Provision Status

Request

Get current provisioning status

Security
bearerToken
Path
tenantstringrequired
curl -i -X GET \
  'https://guides.exolink.com/_mock/apis/exolink_api/tenant/{tenant}/provision' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Provision status

Bodyapplication/json
activeboolean

Whether provisioning mode is currently active

profileIdinteger

Profile ID used for provisioning

expiresAtstring(date-time)

When provisioning mode expires

Response
application/json
{ "active": true, "profileId": 0, "expiresAt": "2019-08-24T14:15:22Z" }

CPMS

CPMS management endpoints

Operations

Charger

Charger management endpoints

Operations

Lab

Lab management endpoints

Operations

Logs

Log endpoints

Operations

Domain

Custom Domain endpoints

Operations