Skip to content

Device Enrollment REST API (0.0.1)

Overview

These APIs facilitate enrolling users devices by going thorough different enrollment steps in the workflow.

RateLimit

For the Device enrollment REST APIs the following will be true: Limits are applied to each workflow. A maximum of 60 calls can be made per second. Each second 30 calls will be returned to be used.

Download OpenAPI description
Languages
Servers
Generated server url

http://localhost:8080/

Workflow Step API

Manages workflow enrollment step

Operations

Device Enrollment API

Manages enrollments for a device

Operations

Certificate Download API

Manages certificate downloads

Operations

Downloads the Certificate

Request

Allows the user to download certificate for the enrollment.

Path
workflowIdstring(uuid)required
Query
authstring

Authentication token

passwordstring

Password for certificate encryption

No request payload

Responses

OK

Body
string(byte)
Response
No response example

Workflow Login API

Manages workflow token for enrollment

Operations

Enrollment File Management API

Manages enrollment action files

Operations

Workflow Configuration API

Manages workflow for an enrollment

Operations