EndpointsPlay Modules
Download a play module version
GET
/v2/play_modules/versions/{play_module_version_id}/bytesReturns the validated WebAssembly bytes for a play module version. Verify the bytes against the version's content_hash before use.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token issued by Softmax
In: header
Path Parameters
play_module_version_id*Play Module Version Id
Play module version to download.
Match
^pmv_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$