Public API Reference
Public API details and usage examples for the Members Portal
Enrols the authenticated customer in a published course.
cURL
curl --request POST \ --url https://spaces.nexudus.com/api/public/courses/{id}/signup \ --header 'Authorization: Basic <encoded-value>'
Id
GET /api/public/courses/v2
200 OK
POST /api/public/courses/42/signup Authorization: Bearer {token}
HTTP/1.1 200 OK
import endpoints from '@/api/endpoints' await httpClient.post(endpoints.courses.enroll(42).url)