google business profile
Delete action link
Deletes a place action link (e.g. booking or ordering URL) from a GBP location.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
accountIdstring
Query Parameters
namestring
The resource name of the place action link (e.g. locations/123/placeActionLinks/456)
Response Body
application/json
application/json
application/json
curl -X DELETE "https://getlate.dev/api/v1/accounts/string/gmb-place-actions?name=string"{
"success": true,
"deleted": true,
"name": "string"
}{
"error": "string",
"details": {}
}{
"error": "string",
"details": {}
}Create action link POST
Creates a place action link for a location. Available action types: APPOINTMENT, ONLINE_APPOINTMENT, DINING_RESERVATION, FOOD_ORDERING, FOOD_DELIVERY, FOOD_TAKEOUT, SHOP_ONLINE.
Resolve LinkedIn mention GET
Converts a LinkedIn profile or company URL to a URN for @mentions in posts. Person mentions require org admin access. Use the returned mentionFormat in post content.