Client - API Endpoints
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Successful Operation
application/json
401
Failed because the authentication token is not sent or it has already expired.
application/json
404
An error occurred while entering the information
application/json
get
/contents/onboardingsget
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
slugstringRequired
Query parameters
includeSlidesbooleanRequired
Responses
200
Successful Operation
application/json
401
Failed because the authentication token is not sent or it has already expired.
application/json
404
An error occurred while entering the information
application/json
get
/contents/onboardings/{slug}get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
slugstringRequired
Responses
200
Successful Operation
application/json
400
This error can occur because of an invalid value or because a value is required.
application/json
401
Failed because the authentication token is not sent or it has already expired.
application/json
404
An error occurred while entering the information
application/json
get
/contents/onboardings/{slug}/slidesget
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
typestringRequired
Query parameters
includeSlidesbooleanRequired
Responses
200
Successful Operation
application/json
401
Failed because the authentication token is not sent or it has already expired.
application/json
404
An error occurred while entering the information
application/json
get
/contents/onboardings/types/{type}Last updated
Was this helpful?