REST API
cURL
curl --request GET \ --url https://api-joy.joyfill.io/v1/documents/{identifier} \ --header 'Authorization: Basic <encoded-value>'
"{\n \"type\": \"String\",\n \"identifer\": \"String\",\n \"name\": \"String\",\n \"group\": \"String\",\n \"stage\": \"String\",\n \"files\": \"Array\",\n \"fields\": \"Array\" \n}"
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Supports both API Key and User Access Token authorization. See https://joyfill.mintlify.app/api/authentication
200
"String"
"Array"
Was this page helpful?