Skip to main content
POST
/
api
/
v1
/
apps
/
{app_slug}
/
icon
Upload App Icon
curl --request POST \
  --url https://api.example.com/api/v1/apps/{app_slug}/icon \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "icon_url": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_slug
string
required

Body

multipart/form-data
file
file
required

Response

200 - application/json

OK

icon_url
string
required
message
string
required