Skip to main content
POST
/
apps
/
geniemap
/
images
/
upload
Upload image
curl --request POST \
  --url https://api.provident.ae/v2/apps/geniemap/images/upload \
  --header 'Authorization: Bearer <token>'
{
"statusCode": 401,
"message": "Missing authorization header",
"error": "Unauthorized"
}

Authorizations

Authorization
string
header
required

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

Response

Unauthorized - Invalid or missing token

statusCode
number
Example:

401

message
string
Example:

"Missing authorization header"

error
string
Example:

"Unauthorized"