Operations related to accounts.
Semify Enterprise REST APIs (2.0.0)
This is the documentation for the Semify Endpoints based on the OpenAPI 3.0 specification. You can find out more about Swagger at http://swagger.io.
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://developers.semify.com/_mock/openapi/
Sandbox
https://uat.services.semify.com/
Production Server
https://services.semify.com/
Bodyapplication/jsonrequired
Needed fields to perform gbp account provisioning
Please enter the address of the business
Example: "2308 West Cone Blvd, Suite 201, Greensboro, NC 27408"
- Mock server
https://developers.semify.com/_mock/openapi/api/v1/google/gbp/accounts
- Sandbox
https://uat.services.semify.com/api/v1/google/gbp/accounts
- Production Server
https://services.semify.com/api/v1/google/gbp/accounts
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://developers.semify.com/_mock/openapi/api/v1/google/gbp/accounts \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"ticket_id": 12345,
"gpid": "TI XXXXX179",
"nob": "Best Plumbing Services",
"address": "2308 West Cone Blvd, Suite 201, Greensboro, NC 27408",
"website_url": "https://www.businessname.com",
"access_confirmed": true
}'Response
application/json
{ "data": { "campaign_id": 471549, "task_field_id": 830, "task_id": 36147273 }, "error": false, "pagination": { "totalPages": 1, "maxRows": 0, "offset": 0, "page": 1, "totalRecords": 1 }, "messages": [ "Google GBP account task successfully created." ] }