Enhance your application with Uberall's comprehensive API documentation
API Reference//
- Delete a Person using identifier
Get All Persons
Create a Person
Update a Person using identifier
Get a Person
Delete a Person
Update a Person
Delete a Person using ide...
Uberall API (20250708)
Download OpenAPI description
Overview
Languages
Servers
https://uberall.com/api/
Mock Server
https://docs.uberall.com/_mock/apis/swagger/
Bodyapplication/jsonrequired
Person object that needs to be created
Description for the person: e.g. 'Responsible for the day-to-day operations of the store'
- https://uberall.com/api/persons
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/persons
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://uberall.com/api/persons \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"title": "string",
"description": "string",
"identifier": "string",
"listName": "string",
"id": 0,
"name": "string",
"image": {
"id": 0,
"url": "string",
"type": "LOGO",
"description": "string",
"uid": "string"
},
"url": "string"
}'Response
application/json
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "person": { … } } }
- https://uberall.com/api/persons
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/persons
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
https://uberall.com/api/personsResponse
No contentBodyapplication/jsonrequired
Person object that needs to be updated
Description for the person: e.g. 'Responsible for the day-to-day operations of the store'
- https://uberall.com/api/persons
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/persons
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
https://uberall.com/api/persons \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '{
"title": "string",
"description": "string",
"identifier": "string",
"listName": "string",
"id": 0,
"name": "string",
"image": {
"id": 0,
"url": "string",
"type": "LOGO",
"description": "string",
"uid": "string"
},
"url": "string"
}'Response
No content
Social PostingCopy for LLM Copy page as Markdown for LLMs View as Markdown Open this page as Markdown Open in ChatGPT Get insights from ChatGPT Open in Claude Get insights from Claude Connect to Cursor Install MCP server on Cursor Connect to VS Code Install MCP server on VS Code
Products - Social Posting