Skip to content

List artifacts

GET
/v1/artifacts
curl --request GET \
--url https://shareout.site/v1/artifacts \
--header 'Authorization: Bearer <token>'
favorites
boolean

Return only the current user’s favorited artifacts.

A list of artifacts

Media type application/json
object
artifacts
Array<object>
object
id
string
name
string
slug
string
visibility
string
Allowed values: public unlisted private
url
string format: uri
thumbnail_url
string format: uri
is_favorite
boolean
created_at
integer
Example
{
"artifacts": [
{
"visibility": "public"
}
]
}

Authentication required

Media type application/json
object
success
required
boolean
error
required

Human-readable message.

string
code
required

Machine-readable error code.

string
Example
{
"success": false
}