{ "info": { "_postman_id": "f47448c9-0935-47ca-8892-31320c6e52cd", "name": "Adobe Creative Cloud Adobe Stock API", "description": "REST API for searching, licensing, and downloading Adobe Stock assets including photos, vectors, illustrations, videos, templates, and 3D content. The Search API enables querying the Stock catalog with filters. The Licensing API handles asset licensing and download. Free for developers with an Adobe ID for search operations.\n\nContact Support:\n Name: Adobe Developer Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-06-05T15:02:42.000Z", "updatedAt": "2026-06-05T15:02:42.000Z", "lastUpdatedBy": "35240", "uid": "35240-f47448c9-0935-47ca-8892-31320c6e52cd" }, "item": [ { "name": "Rest", "item": [ { "name": "Media", "item": [ { "name": "1", "item": [ { "name": "Search", "item": [ { "name": "Files", "item": [ { "name": "Adobe Creative Cloud Search Stock Assets", "id": "f3c383fa-56b2-44dc-922e-4ec73f51bb44", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Rest/Media/1/Search/Files?search_parameters[words]=&search_parameters[limit]=32&search_parameters[offset]=0&search_parameters[filters][content_type:photo]=1&search_parameters[filters][content_type:illustration]=1&search_parameters[filters][content_type:vector]=1&search_parameters[filters][content_type:video]=1&search_parameters[filters][content_type:template]=1&search_parameters[filters][content_type:3d]=1&search_parameters[filters][orientation]=vertical&search_parameters[order]=featured&result_columns[]=width&result_columns[]=creator_name", "host": [ "{{baseUrl}}" ], "path": [ "Rest", "Media", "1", "Search", "Files" ], "query": [ { "description": "Search keywords.", "key": "search_parameters[words]", "value": "" }, { "description": "Maximum number of results (1-64).", "key": "search_parameters[limit]", "value": "32" }, { "description": "Starting position for pagination.", "key": "search_parameters[offset]", "value": "0" }, { "description": "Include photo results.", "key": "search_parameters[filters][content_type:photo]", "value": "1" }, { "description": "Include illustration results.", "key": "search_parameters[filters][content_type:illustration]", "value": "1" }, { "description": "Include vector results.", "key": "search_parameters[filters][content_type:vector]", "value": "1" }, { "description": "Include video results.", "key": "search_parameters[filters][content_type:video]", "value": "1" }, { "description": "Include template results.", "key": "search_parameters[filters][content_type:template]", "value": "1" }, { "description": "Include 3D content results.", "key": "search_parameters[filters][content_type:3d]", "value": "1" }, { "description": "Filter by image orientation.", "key": "search_parameters[filters][orientation]", "value": "vertical" }, { "description": "Sort order for results.", "key": "search_parameters[order]", "value": "featured" }, { "description": "Fields to include in results. Can be specified multiple times.", "key": "result_columns[]", "value": "width" }, { "description": "Fields to include in results. Can be specified multiple times.", "key": "result_columns[]", "value": "creator_name" } ] }, "description": "Searches the Adobe Stock catalog for assets matching the query. Supports keyword search, filtering by asset type, orientation, color, category, and more. Returns metadata including thumbnails, titles, and licensing information." }, "response": [ { "id": "afa8f047-13a1-4848-ab03-575198af3e0c", "name": "Search results returned successfully.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/Rest/Media/1/Search/Files?search_parameters[words]=&search_parameters[limit]=32&search_parameters[offset]=0&search_parameters[filters][content_type:photo]=1&search_parameters[filters][content_type:illustration]=1&search_parameters[filters][content_type:vector]=1&search_parameters[filters][content_type:video]=1&search_parameters[filters][content_type:template]=1&search_parameters[filters][content_type:3d]=1&search_parameters[filters][orientation]=vertical&search_parameters[order]=featured&result_columns[]=creator_name", "host": [ "{{baseUrl}}" ], "path": [ "Rest", "Media", "1", "Search", "Files" ], "query": [ { "description": "Search keywords.", "key": "search_parameters[words]", "value": "" }, { "description": "Maximum number of results (1-64).", "key": "search_parameters[limit]", "value": "32" }, { "description": "Starting position for pagination.", "key": "search_parameters[offset]", "value": "0" }, { "description": "Include photo results.", "key": "search_parameters[filters][content_type:photo]", "value": "1" }, { "description": "Include illustration results.", "key": "search_parameters[filters][content_type:illustration]", "value": "1" }, { "description": "Include vector results.", "key": "search_parameters[filters][content_type:vector]", "value": "1" }, { "description": "Include video results.", "key": "search_parameters[filters][content_type:video]", "value": "1" }, { "description": "Include template results.", "key": "search_parameters[filters][content_type:template]", "value": "1" }, { "description": "Include 3D content results.", "key": "search_parameters[filters][content_type:3d]", "value": "1" }, { "description": "Filter by image orientation.", "key": "search_parameters[filters][orientation]", "value": "vertical" }, { "description": "Sort order for results.", "key": "search_parameters[order]", "value": "featured" }, { "description": "Fields to include in results. Can be specified multiple times.", "key": "result_columns[]", "value": "creator_name" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"nb_results\": \"\",\n \"files\": [\n {\n \"id\": \"\",\n \"title\": \"\",\n \"creator_name\": \"\",\n \"creator_id\": \"\",\n \"content_type\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"thumbnail_url\": \"\",\n \"thumbnail_width\": \"\",\n \"thumbnail_height\": \"\",\n \"comp_url\": \"\",\n \"category\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"keywords\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"is_licensed\": \"Video_4K\",\n \"premium_level_id\": \"\"\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"creator_name\": \"\",\n \"creator_id\": \"\",\n \"content_type\": \"\",\n \"width\": \"\",\n \"height\": \"\",\n \"thumbnail_url\": \"\",\n \"thumbnail_width\": \"\",\n \"thumbnail_height\": \"\",\n \"comp_url\": \"\",\n \"category\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"keywords\": [\n {\n \"name\": \"\"\n },\n {\n \"name\": \"\"\n }\n ],\n \"is_licensed\": \"\",\n \"premium_level_id\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-afa8f047-13a1-4848-ab03-575198af3e0c" }, { "id": "593f4e73-a6b0-4c76-a5ad-93d1e7420df1", "name": "Invalid search parameters.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/Rest/Media/1/Search/Files?search_parameters[words]=&search_parameters[limit]=32&search_parameters[offset]=0&search_parameters[filters][content_type:photo]=1&search_parameters[filters][content_type:illustration]=1&search_parameters[filters][content_type:vector]=1&search_parameters[filters][content_type:video]=1&search_parameters[filters][content_type:template]=1&search_parameters[filters][content_type:3d]=1&search_parameters[filters][orientation]=vertical&search_parameters[order]=featured&result_columns[]=creator_name", "host": [ "{{baseUrl}}" ], "path": [ "Rest", "Media", "1", "Search", "Files" ], "query": [ { "description": "Search keywords.", "key": "search_parameters[words]", "value": "" }, { "description": "Maximum number of results (1-64).", "key": "search_parameters[limit]", "value": "32" }, { "description": "Starting position for pagination.", "key": "search_parameters[offset]", "value": "0" }, { "description": "Include photo results.", "key": "search_parameters[filters][content_type:photo]", "value": "1" }, { "description": "Include illustration results.", "key": "search_parameters[filters][content_type:illustration]", "value": "1" }, { "description": "Include vector results.", "key": "search_parameters[filters][content_type:vector]", "value": "1" }, { "description": "Include video results.", "key": "search_parameters[filters][content_type:video]", "value": "1" }, { "description": "Include template results.", "key": "search_parameters[filters][content_type:template]", "value": "1" }, { "description": "Include 3D content results.", "key": "search_parameters[filters][content_type:3d]", "value": "1" }, { "description": "Filter by image orientation.", "key": "search_parameters[filters][orientation]", "value": "vertical" }, { "description": "Sort order for results.", "key": "search_parameters[order]", "value": "featured" }, { "description": "Fields to include in results. Can be specified multiple times.", "key": "result_columns[]", "value": "creator_name" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-593f4e73-a6b0-4c76-a5ad-93d1e7420df1" }, { "id": "dd7b0e0e-755e-4c60-a35b-6a73e341a75e", "name": "Authentication required.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/Rest/Media/1/Search/Files?search_parameters[words]=&search_parameters[limit]=32&search_parameters[offset]=0&search_parameters[filters][content_type:photo]=1&search_parameters[filters][content_type:illustration]=1&search_parameters[filters][content_type:vector]=1&search_parameters[filters][content_type:video]=1&search_parameters[filters][content_type:template]=1&search_parameters[filters][content_type:3d]=1&search_parameters[filters][orientation]=vertical&search_parameters[order]=featured&result_columns[]=creator_name", "host": [ "{{baseUrl}}" ], "path": [ "Rest", "Media", "1", "Search", "Files" ], "query": [ { "description": "Search keywords.", "key": "search_parameters[words]", "value": "" }, { "description": "Maximum number of results (1-64).", "key": "search_parameters[limit]", "value": "32" }, { "description": "Starting position for pagination.", "key": "search_parameters[offset]", "value": "0" }, { "description": "Include photo results.", "key": "search_parameters[filters][content_type:photo]", "value": "1" }, { "description": "Include illustration results.", "key": "search_parameters[filters][content_type:illustration]", "value": "1" }, { "description": "Include vector results.", "key": "search_parameters[filters][content_type:vector]", "value": "1" }, { "description": "Include video results.", "key": "search_parameters[filters][content_type:video]", "value": "1" }, { "description": "Include template results.", "key": "search_parameters[filters][content_type:template]", "value": "1" }, { "description": "Include 3D content results.", "key": "search_parameters[filters][content_type:3d]", "value": "1" }, { "description": "Filter by image orientation.", "key": "search_parameters[filters][orientation]", "value": "vertical" }, { "description": "Sort order for results.", "key": "search_parameters[order]", "value": "featured" }, { "description": "Fields to include in results. Can be specified multiple times.", "key": "result_columns[]", "value": "creator_name" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-dd7b0e0e-755e-4c60-a35b-6a73e341a75e" }, { "id": "64828297-3c03-469d-8e4c-19256ff31846", "name": "Rate limit exceeded.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/Rest/Media/1/Search/Files?search_parameters[words]=&search_parameters[limit]=32&search_parameters[offset]=0&search_parameters[filters][content_type:photo]=1&search_parameters[filters][content_type:illustration]=1&search_parameters[filters][content_type:vector]=1&search_parameters[filters][content_type:video]=1&search_parameters[filters][content_type:template]=1&search_parameters[filters][content_type:3d]=1&search_parameters[filters][orientation]=vertical&search_parameters[order]=featured&result_columns[]=creator_name", "host": [ "{{baseUrl}}" ], "path": [ "Rest", "Media", "1", "Search", "Files" ], "query": [ { "description": "Search keywords.", "key": "search_parameters[words]", "value": "" }, { "description": "Maximum number of results (1-64).", "key": "search_parameters[limit]", "value": "32" }, { "description": "Starting position for pagination.", "key": "search_parameters[offset]", "value": "0" }, { "description": "Include photo results.", "key": "search_parameters[filters][content_type:photo]", "value": "1" }, { "description": "Include illustration results.", "key": "search_parameters[filters][content_type:illustration]", "value": "1" }, { "description": "Include vector results.", "key": "search_parameters[filters][content_type:vector]", "value": "1" }, { "description": "Include video results.", "key": "search_parameters[filters][content_type:video]", "value": "1" }, { "description": "Include template results.", "key": "search_parameters[filters][content_type:template]", "value": "1" }, { "description": "Include 3D content results.", "key": "search_parameters[filters][content_type:3d]", "value": "1" }, { "description": "Filter by image orientation.", "key": "search_parameters[filters][orientation]", "value": "vertical" }, { "description": "Sort order for results.", "key": "search_parameters[order]", "value": "featured" }, { "description": "Fields to include in results. Can be specified multiple times.", "key": "result_columns[]", "value": "creator_name" } ] } }, "status": "Too Many Requests", "code": 429, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-64828297-3c03-469d-8e4c-19256ff31846" } ], "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-f3c383fa-56b2-44dc-922e-4ec73f51bb44" } ], "id": "c55eb5da-74e2-4658-a455-8ad4ffe44b28", "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-c55eb5da-74e2-4658-a455-8ad4ffe44b28" } ], "id": "b880973d-8dbd-4cb1-ab04-1282d868a7ab", "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-b880973d-8dbd-4cb1-ab04-1282d868a7ab" } ], "id": "df1fb2af-a950-4266-ae66-d0990c223cc4", "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-df1fb2af-a950-4266-ae66-d0990c223cc4" } ], "id": "35ae5ecf-3f7f-40bd-9ed8-8107aa93682d", "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-35ae5ecf-3f7f-40bd-9ed8-8107aa93682d" }, { "name": "Libraries", "item": [ { "name": "1", "item": [ { "name": "Content", "item": [ { "name": "License", "item": [ { "name": "Adobe Creative Cloud Get License Info for Asset", "id": "16c511d7-e586-4d0f-ad36-514df008ce0a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Rest/Libraries/1/Content/License?content_id=&license=Extended", "host": [ "{{baseUrl}}" ], "path": [ "Rest", "Libraries", "1", "Content", "License" ], "query": [ { "description": "(Required) Adobe Stock asset ID.", "key": "content_id", "value": "" }, { "description": "(Required) License type to check.", "key": "license", "value": "Extended" } ] }, "description": "Returns licensing information for a specific asset including available license types and whether the user has already licensed it." }, "response": [ { "id": "8f07335b-60ac-4d22-81c0-68c6baef5fd7", "name": "License information returned.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/Rest/Libraries/1/Content/License?content_id=&license=Extended", "host": [ "{{baseUrl}}" ], "path": [ "Rest", "Libraries", "1", "Content", "License" ], "query": [ { "description": "(Required) Adobe Stock asset ID.", "key": "content_id", "value": "" }, { "description": "(Required) License type to check.", "key": "license", "value": "Extended" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"contents\": {\n \"aute_2_1\": {\n \"content_id\": \"\",\n \"purchase_details\": {\n \"state\": \"purchased\",\n \"license\": \"\",\n \"date\": \"\",\n \"url\": \"\"\n },\n \"size\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-8f07335b-60ac-4d22-81c0-68c6baef5fd7" }, { "id": "f29fa35e-c049-4c6e-bcd5-db30f09bb1f8", "name": "Asset not found.", "originalRequest": { "method": "GET", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/Rest/Libraries/1/Content/License?content_id=&license=Extended", "host": [ "{{baseUrl}}" ], "path": [ "Rest", "Libraries", "1", "Content", "License" ], "query": [ { "description": "(Required) Adobe Stock asset ID.", "key": "content_id", "value": "" }, { "description": "(Required) License type to check.", "key": "license", "value": "Extended" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-f29fa35e-c049-4c6e-bcd5-db30f09bb1f8" } ], "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-16c511d7-e586-4d0f-ad36-514df008ce0a" }, { "name": "Adobe Creative Cloud License an Asset", "id": "30e5d74b-bc60-45d3-91fd-da404bc9b336", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Rest/Libraries/1/Content/License?content_id=&license=Extended", "host": [ "{{baseUrl}}" ], "path": [ "Rest", "Libraries", "1", "Content", "License" ], "query": [ { "description": "(Required) ", "key": "content_id", "value": "" }, { "description": "(Required) ", "key": "license", "value": "Extended" } ] }, "description": "Licenses an Adobe Stock asset for download and use. Requires valid Stock entitlements. After licensing, the download URL is returned for retrieving the full-resolution asset." }, "response": [ { "id": "9682f200-5c0f-4362-80e2-589015dbed24", "name": "Asset licensed successfully.", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/Rest/Libraries/1/Content/License?content_id=&license=Extended", "host": [ "{{baseUrl}}" ], "path": [ "Rest", "Libraries", "1", "Content", "License" ], "query": [ { "description": "(Required) ", "key": "content_id", "value": "" }, { "description": "(Required) ", "key": "license", "value": "Extended" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"contents\": {\n \"Ut2a\": {\n \"content_id\": \"\",\n \"purchase_details\": {\n \"state\": \"\",\n \"license\": \"\",\n \"date\": \"\",\n \"url\": \"\"\n },\n \"size\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-9682f200-5c0f-4362-80e2-589015dbed24" }, { "id": "522c41bb-4555-4a52-b41d-09162dadb9ee", "name": "Licensing failed.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/Rest/Libraries/1/Content/License?content_id=&license=Extended", "host": [ "{{baseUrl}}" ], "path": [ "Rest", "Libraries", "1", "Content", "License" ], "query": [ { "description": "(Required) ", "key": "content_id", "value": "" }, { "description": "(Required) ", "key": "license", "value": "Extended" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-522c41bb-4555-4a52-b41d-09162dadb9ee" }, { "id": "29605542-6b1b-455e-88c4-20fce16b8172", "name": "Insufficient entitlements.", "originalRequest": { "method": "POST", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/Rest/Libraries/1/Content/License?content_id=&license=Extended", "host": [ "{{baseUrl}}" ], "path": [ "Rest", "Libraries", "1", "Content", "License" ], "query": [ { "description": "(Required) ", "key": "content_id", "value": "" }, { "description": "(Required) ", "key": "license", "value": "Extended" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-29605542-6b1b-455e-88c4-20fce16b8172" } ], "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-30e5d74b-bc60-45d3-91fd-da404bc9b336" } ], "id": "aa574070-1e94-4614-86a0-3b62ae5b2341", "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-aa574070-1e94-4614-86a0-3b62ae5b2341" } ], "id": "51a7fbea-144d-472c-a30d-b0e4f9b5de0b", "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-51a7fbea-144d-472c-a30d-b0e4f9b5de0b" }, { "name": "Member", "item": [ { "name": "Profile", "item": [ { "name": "Adobe Creative Cloud Get Member Profile", "id": "7dc63f52-f40e-467e-8094-0631799387c9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Rest/Libraries/1/Member/Profile", "host": [ "{{baseUrl}}" ], "path": [ "Rest", "Libraries", "1", "Member", "Profile" ] }, "description": "Returns the member's Stock profile including available quota and licensing capabilities." }, "response": [ { "id": "9b4fd0a5-d081-43ed-a51c-98e3aaae4d2b", "name": "Member profile returned.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/Rest/Libraries/1/Member/Profile", "host": [ "{{baseUrl}}" ], "path": [ "Rest", "Libraries", "1", "Member", "Profile" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"available_entitlement\": {\n \"quota\": \"\",\n \"license_type_id\": \"\",\n \"has_credit_model\": \"\",\n \"has_agency_model\": \"\",\n \"is_cce\": \"\",\n \"full_entitlement_quota\": {\n \"standard_credits_quota\": \"\",\n \"premium_credits_quota\": \"\",\n \"universal_credits_quota\": \"\"\n }\n }\n}", "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-9b4fd0a5-d081-43ed-a51c-98e3aaae4d2b" } ], "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-7dc63f52-f40e-467e-8094-0631799387c9" } ], "id": "7c4c70f4-3d8c-4569-b8d3-39f6f6789e8a", "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-7c4c70f4-3d8c-4569-b8d3-39f6f6789e8a" }, { "name": "LicenseHistory", "item": [ { "name": "Adobe Creative Cloud Get License History", "id": "f583e7da-b758-4436-865b-ec7501d9b9eb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/Rest/Libraries/1/Member/LicenseHistory?search_parameters[limit]=100&search_parameters[offset]=0&result_columns[]=&result_columns[]=", "host": [ "{{baseUrl}}" ], "path": [ "Rest", "Libraries", "1", "Member", "LicenseHistory" ], "query": [ { "key": "search_parameters[limit]", "value": "100" }, { "key": "search_parameters[offset]", "value": "0" }, { "key": "result_columns[]", "value": "" }, { "key": "result_columns[]", "value": "" } ] }, "description": "Returns the member's Stock asset license history." }, "response": [ { "id": "668313d6-0b5e-4bec-a3d7-8bb50fe08cfa", "name": "License history returned.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/Rest/Libraries/1/Member/LicenseHistory?search_parameters[limit]=100&search_parameters[offset]=0&result_columns[]=", "host": [ "{{baseUrl}}" ], "path": [ "Rest", "Libraries", "1", "Member", "LicenseHistory" ], "query": [ { "key": "search_parameters[limit]", "value": "100" }, { "key": "search_parameters[offset]", "value": "0" }, { "key": "result_columns[]", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"nb_results\": \"\",\n \"files\": [\n {\n \"id\": \"\",\n \"title\": \"\",\n \"content_type\": \"\",\n \"thumbnail_url\": \"\",\n \"license\": \"\",\n \"license_date\": \"\",\n \"download_url\": \"\"\n },\n {\n \"id\": \"\",\n \"title\": \"\",\n \"content_type\": \"\",\n \"thumbnail_url\": \"\",\n \"license\": \"\",\n \"license_date\": \"\",\n \"download_url\": \"\"\n }\n ]\n}", "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-668313d6-0b5e-4bec-a3d7-8bb50fe08cfa" } ], "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-f583e7da-b758-4436-865b-ec7501d9b9eb" } ], "id": "523604dc-4eec-4c01-8f16-d86f7d7dcef5", "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-523604dc-4eec-4c01-8f16-d86f7d7dcef5" } ], "id": "7dc4d94e-dd19-4dec-a924-4bce4aeb5c91", "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-7dc4d94e-dd19-4dec-a924-4bce4aeb5c91" } ], "id": "cff8980e-6f75-40cc-a259-329ea25fdec3", "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-cff8980e-6f75-40cc-a259-329ea25fdec3" } ], "id": "97e2d3a7-798c-4388-8889-9cdc3fa1b03f", "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-97e2d3a7-798c-4388-8889-9cdc3fa1b03f" } ], "id": "524559a9-7e99-4d06-8010-11e09d664545", "createdAt": "2026-06-05T15:02:43.000Z", "updatedAt": "2026-06-05T15:02:43.000Z", "uid": "35240-524559a9-7e99-4d06-8010-11e09d664545" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://stock.adobe.io" } ] }