arrow_back Back to all endpoints
POST https://test-api.finerworks.com/v3/frame_details

Frame Details

List the prints currently setup in your inventory.

Body

Name Description Type Additional information
id Id number of the frame number

Required

Example JSON Body

application/json, text/json

{
  "id": 1
}

Sample Code Library

curl --location --request POST 'https://test-api.finerworks.com/v3/frame_details' \
--header 'Content-Type: application/json' \
--header 'web_api_key: my-web-api-key-goes-here' \
--header 'app_key: my-app-key-goes-here' \
--data-raw '{
  "id": 1
}'