Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"base64": "",
"fileName": "",
"fileLength": 0
}
Request Code Samples
curl --location --request GET 'https://service-dash.dlabssaas.io/rest/admin/secured/company/master-company/lookup-company' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"base64": "",
"fileName": "",
"fileLength": 0
}'
Responses
application/json Modified at 2024-07-29 03:01:00