Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request PUT 'https://service-dash.dlabssaas.io/rest/web/secured/participant/nda/agree' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"status": "success",
"data": true,
"info": {
"id": "SUCCESS_EDIT_DATA",
"message": "NDA successfully edited !",
"messageEn": null,
"messageId": null,
"field": null,
"redirect": null
}
}
Modified at 2024-07-23 02:16:31