This API call allows you to retrieve resources from a request as a ZIP archive
- URL:
/request/{id}/resources/archive - Method:
POST
Ensure you include the following headers in your request:
Accept: application/jsonX-Api-Key: YOUR_API_KEY(replaceYOUR_API_KEYwith your actual API key)
id(required): The unique identifier of the request for which you want to retrieve the identification. This should be included in the URL path. Example:123e4567-e89b-12d3-a456-426614174000
curl --location 'https://test-eu-ie1-api.namirialonboarding.com/api/v2/request/YOUR_REQUEST_ID/resources/archive' \
--header 'content-type: application/json' \
--header 'X-Api-Service: YOUR_API_KEY' \
--data '{
"disposition": "INLINE",
"orFilters": [
]
}'Replace YOUR_API_KEY with your actual API key, YOUR_REQUEST_ID with the ID of the request.
200 OK
- Description: The resources from a request
- Example Response:
![Image placeholder - Response example screenshot]