Skip to main content
PUT
/
api
/
v2
/
advertiser
/
profile
Update advertiser profile
curl --request PUT \
  --url 'https://{domain}/api/v2/advertiser/profile?api-key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "company": "Example Inc",
  "firstname": "string",
  "lastname": "string",
  "password": "string",
  "phone": "+15551234567"
}
'
{
  "status": "success",
  "code": 200,
  "name": "OK",
  "message": "<string>",
  "info": {
    "advertiser": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.scaleo.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
query
required

API key passed as query parameter. User must have api_status enabled.

Body

application/json
company
string
firstname
string
lastname
string
password
string

New password. Repeating consecutive characters are allowed.

phone
string
messenger
string
address
string
city
string
country
string
postcode
string

Response

Updated profile.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string
info
object