Get token for media download
POST https://api.medius.com/{{tenantName}}/connect/token
Request Body
[{"name"=>"grant_type", "value"=>"client_credentials", "datatype"=>"string"}, {"name"=>"scope", "value"=>"Integration.FileExport", "datatype"=>"string"}, {"name"=>"client_id", "value"=>"a3fe2daxxxxxd787ffed9b", "datatype"=>"string"}, {"name"=>"client_secret", "value"=>"Imd8oZhfj_xxxxxxxxxxxxx6sVv3C4rE", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |