Step 2: Retrieve an Entity

You can also confirm the Entity was successfully created by sending this GET request with the id in the path.

https://api.yextapis.com/v2/accounts/me/entities/<id>?api_key=API_KEY&v=YYYYMMDD
light bulb
Note
Yext will validate all your requests and may throw errors or warnings which will be present in the meta sub-field of the response. You should ingest all errors and make changes as needed.
Feedback