cURL
curl --request GET \ --url https://api.geogen.io/v1/entities/name-request \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "id": "<string>", "currentName": "<string>", "suggestedName": "<string>", "reason": "<string>", "status": "pending", "createdAt": 123, "reviewedAt": 123, "reviewNote": "<string>" }, "message": "<string>" }
Check the status of a name change request for an entity. Returns the most recent request with its current status (pending, approved, or rejected).
API key authentication. Format: Bearer wsk_your_api_key
The ID of the entity to check
Request status returned
The name change request, or null if none exists
Show child attributes